mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-21 22:32:41 +01:00
No description
b3a9ee3d84
Summary: In hphp's version of idx, it uses debug_rlog() which is not available in phabricator's code. It will be executed if null is passed as the second value to idx. Test Plan: ran arc lint which still report error message, and php ./scripts/arcanist.php unit src/lint/linter/xhpast/__test__ doesn't throw. Reviewed By: epriestley Reviewers: tuomaspelkonen, epriestley CC: aran, jungejason, epriestley Differential Revision: 666 |
||
---|---|---|
bin | ||
externals | ||
resources | ||
scripts | ||
src | ||
.arcconfig | ||
.divinerconfig | ||
.gitignore | ||
LICENSE | ||
README |
PROJECT STATUS: CAVEAT EMPTOR This is an unstable preview release. I'm open sourcing some of Facebook's internal tools, but they'll be unstable for at least a couple months. -epriestley WHAT IS ARCANIST? Arcanist is the CLI for Facebook's code review tool, Differential. Since Differential isn't released yet, it may not be terribly useful on its own.