Page MenuHomePhabricator

Fix some unit tests failures in Phabricator related to diff algorithm changes
AbandonedPublic

Authored by epriestley on Jun 7 2016, 8:32 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Apr 12, 7:48 AM
Unknown Object (File)
Thu, Mar 28, 11:19 AM
Unknown Object (File)
Mon, Mar 25, 6:57 PM
Unknown Object (File)
Mon, Mar 25, 6:36 PM
Unknown Object (File)
Mon, Mar 25, 3:12 PM
Unknown Object (File)
Thu, Mar 21, 10:42 PM
Unknown Object (File)
Thu, Mar 21, 9:33 PM
Unknown Object (File)
Mar 10 2024, 10:49 AM
Subscribers
None

Details

Reviewers
chad
Summary

Making smoothing work better changed the results here slightly. I think the new results are legitimately preferable, but we could turn this into a couple of different modes if they cause problems.

Test Plan

arc unit --everything

Diff Detail

Repository
rP Phabricator
Branch
utest1
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 12546
Build 15915: Run Core Tests
Build 15914: arc lint + arc unit

Event Timeline

epriestley retitled this revision from to Fix some unit tests failures in Phabricator related to diff algorithm changes.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: chad.

Actually, arc has some of this too and I don't like this behavior for code diffs for some of the changes there. I'm going to make code diffs stick with the old behavior.

Instead, D16073 fixes this by keeping the old algorithm for code diffs.