Page MenuHomePhabricator

Rename XHPAST build script
ClosedPublic

Authored by joshuaspence on May 17 2015, 9:58 PM.
Tags
None
Referenced Files
F14144092: D12889.id31169.diff
Tue, Dec 3, 6:39 PM
Unknown Object (File)
Thu, Nov 28, 9:15 AM
Unknown Object (File)
Thu, Nov 28, 2:19 AM
Unknown Object (File)
Fri, Nov 22, 9:47 AM
Unknown Object (File)
Wed, Nov 20, 6:23 PM
Unknown Object (File)
Mon, Nov 18, 11:54 PM
Unknown Object (File)
Mon, Nov 18, 5:10 AM
Unknown Object (File)
Oct 21 2024, 4:09 AM
Subscribers

Details

Summary

Historically XHPAST was built using a shell script, but it is now executed by PHP. We should eventually rename this file for consistency. To retain compatibility, we could possibly symlink build_xhpast.sh to build_xhpast.php and then check the value of $argv[0] and emit a deprecation warning if build_xhpast.sh was called.

Test Plan

N/A

Diff Detail

Repository
rPHU libphutil
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

joshuaspence retitled this revision from to Rename XHPAST build script.
joshuaspence updated this object.
joshuaspence edited the test plan for this revision. (Show Details)
joshuaspence added a reviewer: epriestley.

Nevermind, we want to keep the shebang

epriestley edited edge metadata.

PhutilXHPASTBinary.php still has the old path, I think?

This revision now requires changes to proceed.May 19 2015, 1:57 PM
joshuaspence edited edge metadata.

Update help text

epriestley edited edge metadata.
This revision is now accepted and ready to land.May 19 2015, 11:39 PM
This revision was automatically updated to reflect the committed changes.