Page MenuHomePhabricator

Fix an issue where the last line of block-based diffs could be incorrectly hidden
ClosedPublic

Authored by epriestley on Jan 30 2020, 4:17 PM.
Tags
None
Referenced Files
F13095261: D20959.id49935.diff
Thu, Apr 25, 8:00 AM
F13088447: D20959.diff
Thu, Apr 25, 1:26 AM
Unknown Object (File)
Sat, Apr 20, 5:01 PM
Unknown Object (File)
Sat, Apr 20, 4:36 AM
Unknown Object (File)
Sat, Apr 20, 12:53 AM
Unknown Object (File)
Thu, Apr 11, 8:55 AM
Unknown Object (File)
Sat, Apr 6, 8:16 PM
Unknown Object (File)
Thu, Apr 4, 3:49 AM
Subscribers
None

Details

Summary

Fixes T13468. See that task for discussion. The older source-rendering code mixes "line number" / "1-based" lists with "block number" / "0-based" lists and then has other bugs which cancel this out.

For block-based diffs, build an explicit block-based mask with only block numbers. This sort of sidesteps the whole issue.

Test Plan

Viewed the diff with the original reproduction case, plus various other block-based diffs, including one-block image diffs, in unified and side-by-side mode. Didn't spot any oddities.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable