Page MenuHomePhabricator

Improvements for D11085
ClosedPublic

Authored by joshuaspence on Dec 30 2014, 9:53 PM.
Tags
None
Referenced Files
F18783467: D11094.id26656.diff
Mon, Oct 13, 6:56 AM
F18511919: D11094.diff
Sep 5 2025, 7:15 AM
F18481877: D11094.id.diff
Sep 3 2025, 1:26 PM
F18433369: D11094.id26633.diff
Aug 31 2025, 7:50 AM
F18111107: D11094.id26633.diff
Aug 12 2025, 7:25 AM
F18078404: D11094.diff
Aug 4 2025, 8:07 PM
F18044654: D11094.id.diff
Aug 3 2025, 7:35 AM
F18031183: D11094.id26633.diff
Aug 2 2025, 11:55 PM
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.