Page MenuHomePhabricator

Build XHPAST earlier in the stack
ClosedPublic

Authored by joshuaspence on Feb 2 2015, 8:53 PM.
Tags
None
Referenced Files
F13211720: D11627.diff
Fri, May 17, 6:02 AM
F13207880: D11627.id27982.diff
Thu, May 16, 5:38 AM
F13196868: D11627.diff
Sun, May 12, 11:38 PM
Unknown Object (File)
Fri, May 3, 7:35 AM
Unknown Object (File)
Thu, Apr 25, 1:35 AM
Unknown Object (File)
Sun, Apr 21, 5:29 PM
Unknown Object (File)
Sun, Apr 21, 5:11 PM
Unknown Object (File)
Sun, Apr 21, 5:04 PM
Subscribers

Details

Summary

Currently, the PhutilLibraryMapBuilder will fail in an obscure way if the XHPAST binary is not built. The issue is that phutil_symbols.php will attempt to build the XHPAST binary, and this will happen eight times concurrently. Ultimately, this will fail with:

<libphutil>/scripts/build_xhpast.sh: line 24: ./xhpast: Text file busy
Test Plan

See D11528.

Diff Detail

Repository
rPHU libphutil
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

joshuaspence retitled this revision from to Build XHPAST earlier in the stack.
joshuaspence updated this object.
joshuaspence edited the test plan for this revision. (Show Details)
joshuaspence added a reviewer: epriestley.
epriestley edited edge metadata.
This revision is now accepted and ready to land.Feb 2 2015, 8:54 PM
This revision was automatically updated to reflect the committed changes.