Page MenuHomePhabricator

Fix an unusual issue with intradiff highlighting of files with uncommon end-of-file modifications
ClosedPublic

Authored by epriestley on May 19 2020, 4:04 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Dec 21, 7:48 AM
Unknown Object (File)
Sun, Dec 15, 10:24 PM
Unknown Object (File)
Sat, Dec 14, 10:11 PM
Unknown Object (File)
Thu, Dec 12, 10:45 AM
Unknown Object (File)
Tue, Dec 10, 1:32 AM
Unknown Object (File)
Wed, Nov 27, 7:27 AM
Unknown Object (File)
Wed, Nov 27, 6:27 AM
Unknown Object (File)
Tue, Nov 26, 7:37 AM
Subscribers
None

Details

Summary

Fixes T13539. See that task for discussion and a reproduction case.

This algorithm currently counts "\ No newline at end of file" lines as though they were normal source lines. This can cause offset issues in the rare case that a diff contains two of these lines (for each side of the file) and has changes between them (because the last line of the file was modified between the diffs).

Instead, don't count "\" as a display line.

Test Plan
  • See T13539 and PHI1740.
  • Before: got fatals on the "wild" diff and the synthetic simplified version.
  • After: clean intradiff rendering in both cases.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable