Page MenuHomePhabricator

Rename XHPAST build script
ClosedPublic

Authored by joshuaspence on May 17 2015, 9:58 PM.
Tags
None
Referenced Files
F14149823: D12889.id30994.diff
Wed, Dec 4, 2:19 PM
Unknown Object (File)
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
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
Branch
master
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 6111
Build 6131: [Placeholder Plan] Wait for 30 Seconds

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.