Page MenuHomePhabricator

When mapping phantom comments across changes, correct an off-by-one issue
ClosedPublic

Authored by epriestley on Feb 21 2021, 5:03 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Jan 25, 9:10 AM
Unknown Object (File)
Sat, Jan 25, 9:09 AM
Unknown Object (File)
Sat, Jan 25, 9:09 AM
Unknown Object (File)
Fri, Jan 24, 12:38 AM
Unknown Object (File)
Fri, Jan 17, 10:42 PM
Unknown Object (File)
Mon, Jan 6, 2:03 AM
Unknown Object (File)
Dec 22 2024, 12:14 AM
Unknown Object (File)
Dec 19 2024, 7:21 PM
Subscribers
None

Details

Summary

Ref T13617. When an inline comment is added inside a block of added lines, it currently ends up off-by-one when porting forward.

This is a disagreement between the mapping engine and the display engine about what "offset" means. Choose the simpler of the two interpretations.

Test Plan
  • Created a revision with the diff in T13617.
  • Added an inline in the middle of the added block.
  • Updated the revision with the same diff.
    • Before: inline incorrectly moves up by one line.
    • After: inline maps correctly.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision was not accepted when it landed; it landed in state Needs Review.Feb 23 2021, 7:08 PM
This revision was automatically updated to reflect the committed changes.