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)
Mon, Nov 11, 8:10 PM
Unknown Object (File)
Oct 18 2024, 12:08 AM
Unknown Object (File)
Oct 17 2024, 3:34 PM
Unknown Object (File)
Oct 1 2024, 8:52 PM
Unknown Object (File)
Sep 4 2024, 4:33 AM
Unknown Object (File)
Sep 3 2024, 4:57 AM
Unknown Object (File)
Aug 30 2024, 8:38 AM
Unknown Object (File)
Aug 23 2024, 6:41 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
Branch
idiff1
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 24460
Build 33705: Run Core Tests
Build 33704: arc lint + arc unit