mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-21 22:32:41 +01:00
5ebfa50db3
Summary: We currently look: - In the working copy - Alongside libphutil/ - In PHP include_path Before checking next to libphutil/, check next to the working copy. The problem right now is that javelin/ references diviner/, but it won't find it next to javelin/, only next to the libphutil/ instance which is loaded off /home/engshare/devtools. Test Plan: Moved javelin to tmp/javelin and diviner to tmp/divinerx. Ran 'arc list' and got a library load error. Moved 'divinerx' to 'diviner' and ran 'arc list'. It loaded correctly. Ran '--trace' to verify load location. Reviewed By: cpojer Reviewers: cpojer, jungejason CC: aran, cpojer Differential Revision: 568 |
||
---|---|---|
.. | ||
__init_script__.php | ||
arcanist.php | ||
phutil_analyzer.php | ||
phutil_mapper.php |