mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-21 22:32:41 +01:00
No description
7e4bde114e
Summary: When you run one copy of arcanist against another copy, you previously got a meaningless error. After D311 you get a slightly more meaningful error. Capture the new exception and raise an extremely specific error. NOTE: Adding arcanist to .arcconfig forces the library conflict error to trigger; otherwise there's just an implicit conflict because 'arc' reads the running-copy library amp instead of the working-copy library map. This only worked before because arcanist includes itself. Test Plan: Ran arcanist on a different copy of arcanist, got a good error message. Reviewed By: jungejason Reviewers: jungejason, tuomaspelkonen, aran CC: aran, jungejason, epriestley Differential Revision: 312 |
||
---|---|---|
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.