Page MenuHomePhabricator

Improvements for D11085
ClosedPublic

Authored by joshuaspence on Dec 30 2014, 9:53 PM.
Tags
None
Referenced Files
F14012982: D11094.id26656.diff
Fri, Nov 1, 10:59 PM
F14007182: D11094.diff
Tue, Oct 29, 1:01 AM
F14005609: D11094.diff
Sun, Oct 27, 4:39 PM
F13979978: D11094.diff
Sat, Oct 19, 7:42 AM
F13978019: D11094.diff
Fri, Oct 18, 9:09 PM
F13961460: D11094.id26656.diff
Tue, Oct 15, 5:12 AM
Unknown Object (File)
Sep 30 2024, 7:15 PM
Unknown Object (File)
Sep 24 2024, 4:11 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.