This is an archive of the discontinued LLVM Phabricator instance.

Remove erroneous trailing comma in arcconfig
ClosedPublic

Authored by GMNGeoffrey on Dec 15 2020, 4:50 PM.

Details

Summary

Before this fix I get this error (that location info leaves much to be desired):

[2020-12-16 00:51:42] EXCEPTION: (PhutilJSONParserException)
Parse error on line 5 at column 22: Expected: 'STRING' -
It appears you have an extra trailing comma at
[<arcanist>/src/parser/PhutilJSONParser.php:34]

Diff Detail

Repository
rW llvm-www

Event Timeline

GMNGeoffrey requested review of this revision.Dec 15 2020, 4:50 PM
GMNGeoffrey created this revision.
GMNGeoffrey edited the summary of this revision. (Show Details)
mehdi_amini accepted this revision.Dec 15 2020, 5:02 PM
This revision is now accepted and ready to land.Dec 15 2020, 5:02 PM
This revision was automatically updated to reflect the committed changes.

(Landed separately)