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)
Sun, Apr 14, 8:31 PM
Unknown Object (File)
Fri, Apr 12, 2:38 AM
Unknown Object (File)
Thu, Apr 11, 8:45 AM
Unknown Object (File)
Thu, Apr 11, 7:19 AM
Unknown Object (File)
Tue, Apr 9, 3:14 AM
Unknown Object (File)
Mon, Apr 1, 8:35 AM
Unknown Object (File)
Mon, Apr 1, 2:46 AM
Unknown Object (File)
Sun, Mar 31, 4:59 AM
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.