Page MenuHomePhabricator

Fix a prefix/suffix counting issue in Arcanist lint rendering
ClosedPublic

Authored by epriestley on Sep 5 2017, 6:50 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 11, 8:03 AM
Unknown Object (File)
Sun, Apr 7, 8:03 AM
Unknown Object (File)
Mon, Apr 1, 2:21 AM
Unknown Object (File)
Thu, Mar 28, 4:04 AM
Unknown Object (File)
Mar 15 2024, 1:12 PM
Unknown Object (File)
Mar 13 2024, 6:19 PM
Unknown Object (File)
Mar 2 2024, 3:54 AM
Unknown Object (File)
Feb 24 2024, 2:55 PM
Subscribers
None

Details

Summary

Ref T9846. See PHI48. For replacing text in the form "ABC" with "ABBC", the trimmer had a bug.

Test Plan

Added failing tests, fixed 'em.

Diff Detail

Repository
rARC Arcanist
Branch
midline
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 18291
Build 24613: Run Core Tests
Build 24612: arc lint + arc unit

Event Timeline

That build failure might be "legitimate-ish" -- maybe a version difference.

PHP 7.0.0 - If string is equal to start characters long, an empty string will be returned. Prior to this version, FALSE was returned in this case.
http://php.net/substr

Thanks, PHP.

  • Add some casting to force PHP7 behavior?
This revision is now accepted and ready to land.Sep 5 2017, 8:04 PM
This revision was automatically updated to reflect the committed changes.