Page MenuHomePhabricator

Improvements for D11085
ClosedPublic

Authored by joshuaspence on Dec 30 2014, 9:53 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, May 5, 8:08 PM
Unknown Object (File)
Sun, Apr 27, 7:45 AM
Unknown Object (File)
Apr 15 2025, 3:19 AM
Unknown Object (File)
Apr 4 2025, 6:58 PM
Unknown Object (File)
Mar 28 2025, 6:32 PM
Unknown Object (File)
Mar 22 2025, 7:36 AM
Unknown Object (File)
Mar 20 2025, 9:29 AM
Unknown Object (File)
Mar 19 2025, 10:46 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.