Page MenuHomePhabricator

Minor fix for JSONLint
ClosedPublic

Authored by joshuaspence on Sep 9 2014, 1:40 PM.
Tags
None
Referenced Files
F15491299: D10448.diff
Sat, Apr 12, 1:36 AM
F15487228: D10448.id25131.diff
Thu, Apr 10, 12:25 PM
F15487227: D10448.id25132.diff
Thu, Apr 10, 12:25 PM
F15459405: D10448.id.diff
Mon, Mar 31, 12:40 PM
F15414686: D10448.id25132.diff
Thu, Mar 20, 1:56 AM
F15414201: D10448.id25131.diff
Wed, Mar 19, 11:18 PM
F15397359: D10448.diff
Mar 16 2025, 7:45 PM
Unknown Object (File)
Feb 21 2025, 3:00 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
Lint
Lint Skipped
Unit
Tests Skipped

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