Page MenuHomePhabricator

Improvements for D11085
ClosedPublic

Authored by joshuaspence on Dec 30 2014, 9:53 PM.
Tags
None
Referenced Files
F13260700: D11094.diff
Mon, May 27, 12:16 AM
F13243114: D11094.diff
Thu, May 23, 3:22 AM
F13221731: D11094.diff
Sun, May 19, 3:00 AM
F13202324: D11094.diff
Tue, May 14, 10:32 PM
F13193985: D11094.id26633.diff
Sun, May 12, 8:17 PM
Unknown Object (File)
May 1 2024, 10:53 AM
Unknown Object (File)
Apr 29 2024, 4:26 PM
Unknown Object (File)
Apr 25 2024, 12:05 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.