Page MenuHomePhabricator

Allow prose and code diffs to use different smoothing
ClosedPublic

Authored by epriestley on Jun 7 2016, 8:43 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Apr 29, 8:19 PM
Unknown Object (File)
Sun, Apr 28, 10:40 AM
Unknown Object (File)
Sat, Apr 27, 11:13 AM
Unknown Object (File)
Fri, Apr 26, 12:55 AM
Unknown Object (File)
Thu, Apr 25, 1:01 AM
Unknown Object (File)
Tue, Apr 23, 5:37 PM
Unknown Object (File)
Fri, Apr 19, 4:52 PM
Unknown Object (File)
Sun, Apr 14, 8:31 PM
Subscribers
None

Details

Summary

Ref T7643. The prefix/suffix smoothing affected code diffs, and I think it's worse for them overall.

Generally, code has fewer real "words" than prose does. For example, if ($x) { or $x = ($y && $z); are not "words", and it's correct to highlight very limited parts of them.

Add separate "full" and "internal" smoothing modes for prose and code, respectively. I'll follow up by adjusting arcanist and phabricator.

Test Plan

arc unit --everything

Diff Detail

Repository
rPHU libphutil
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Allow prose and code diffs to use different smoothing.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: chad.
chad edited edge metadata.
This revision is now accepted and ready to land.Jun 7 2016, 9:02 PM
This revision was automatically updated to reflect the committed changes.