Page MenuHomePhabricator

Minor fix for JSONLint
ClosedPublic

Authored by joshuaspence on Sep 9 2014, 1:40 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Jan 2, 7:46 PM
Unknown Object (File)
Thu, Jan 2, 2:34 AM
Unknown Object (File)
Sun, Dec 22, 7:42 AM
Unknown Object (File)
Wed, Dec 18, 2:13 PM
Unknown Object (File)
Wed, Dec 18, 2:12 PM
Unknown Object (File)
Wed, Dec 18, 2:12 PM
Unknown Object (File)
Dec 6 2024, 4:11 PM
Unknown Object (File)
Nov 19 2024, 12:02 PM
Subscribers

Details

Summary

In D10435, the JSONLint external was patched in an attempt to ensure PHP 5.2 compatibility. The fact that $this->lexer->lex() will produce a different token if invoked a second time was overlooked.

Test Plan

Ran ./bin/arc lint -- src/lint/linter in rARC.

Diff Detail

Repository
rPHU libphutil
Branch
master
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 2472
Build 2476: [Placeholder Plan] Wait for 30 Seconds

Event Timeline

joshuaspence retitled this revision from to Minor fix for JSONLint.
joshuaspence updated this object.
joshuaspence edited the test plan for this revision. (Show Details)
joshuaspence added a reviewer: epriestley.
epriestley edited edge metadata.
This revision is now accepted and ready to land.Sep 9 2014, 2:02 PM