Page MenuHomePhabricator

Improvements for D11085
ClosedPublic

Authored by joshuaspence on Dec 30 2014, 9:53 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, May 1, 10:53 AM
Unknown Object (File)
Mon, Apr 29, 4:26 PM
Unknown Object (File)
Thu, Apr 25, 12:05 AM
Unknown Object (File)
Sun, Apr 21, 1:48 PM
Unknown Object (File)
Mon, Apr 15, 6:37 AM
Unknown Object (File)
Thu, Apr 11, 8:22 AM
Unknown Object (File)
Apr 9 2024, 5:29 AM
Unknown Object (File)
Apr 9 2024, 5:29 AM
Subscribers

Details

Summary

In D11085, I attempted to fix this although I did so poorly. The intention was to format JSON as follows:

{
  "foo": "bar",
  "foobarbaz": []
}

But instead I had achieved this:

{
  "foo"      : "bar",
  "foobarbaz": []
}
Test Plan

Ran ./scripts/update_compat_info.php and inspected ./resources/php_compat_info.json.

Diff Detail

Repository
rPHU libphutil
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

joshuaspence retitled this revision from to Improvements for D11805.
joshuaspence updated this object.
joshuaspence edited the test plan for this revision. (Show Details)
joshuaspence added a reviewer: epriestley.
joshuaspence edited edge metadata.
joshuaspence retitled this revision from Improvements for D11805 to Improvements for D11085.
epriestley edited edge metadata.
This revision is now accepted and ready to land.Dec 31 2014, 3:47 PM
This revision was automatically updated to reflect the committed changes.