Page MenuHomePhabricator

Raise the intraline diff hard limit from 80 to 100 characters
ClosedPublic

Authored by epriestley on May 9 2018, 8:33 PM.
Tags
None
Referenced Files
Unknown Object (File)
Oct 18 2024, 7:15 AM
Unknown Object (File)
Oct 15 2024, 5:37 AM
Unknown Object (File)
Oct 14 2024, 7:20 PM
Unknown Object (File)
Oct 9 2024, 9:35 AM
Unknown Object (File)
Oct 1 2024, 5:41 AM
Unknown Object (File)
Sep 25 2024, 6:27 AM
Unknown Object (File)
Sep 23 2024, 8:12 PM
Unknown Object (File)
Sep 20 2024, 9:39 AM
Subscribers
None

Details

Summary

Fixes T1246. See PHI637. See T13137. Computers have gotten a bit faster so we can probably bump this up a little and see if it causes problems. This is O(N^2) so the this should be less than twice as expensive in the worst case.

Test Plan

Created a diff affecting characters on a very long line separated by more than 80 but fewer than 100 characters, got a good intraline diff out of it:

Screen Shot 2018-05-09 at 1.30.52 PM.png (1×2 px, 243 KB)

Diff Detail

Repository
rARC Arcanist
Lint
Lint Not Applicable
Unit
Tests Not Applicable