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
F13275916: D21572.diff
Fri, May 31, 5:20 AM
F13195099: D21572.diff
Sun, May 12, 10:07 PM
F13177877: D21572.diff
Wed, May 8, 8:01 PM
Unknown Object (File)
May 2 2024, 10:52 AM
Unknown Object (File)
Apr 27 2024, 5:48 AM
Unknown Object (File)
Apr 26 2024, 7:23 PM
Unknown Object (File)
Apr 25 2024, 12:55 AM
Unknown Object (File)
Apr 20 2024, 5:35 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.