mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-22 06:42:41 +01:00
No description
d57ea379c6
Summary: D1061 introduced a 'text file' check, but it fails under SVN for new directories. - Revert D1061 (This reverts commit b2cd18252701be2093b52652fb3d1d94c5df571e.) - Make getChangedLines() return null to indicate that the operation doesn't make sense. I think this was the intent of the code in the lint engine. - Fix a bug where running "arc lint" on a change in an SVN working copy from a subdirectory would fail. - Fix a bug where warnings with no line information were incorrectly discarded. Test Plan: - Ran "arc lint" in an SVN working copy with a new directory (no failure). - Forced FilenameLinter to always raise a warning. Added a binary file and ran "arc lint". The warning was reported for the new binary file, a new text file, and a new directory. Reviewers: jungejason, andrewjcg, nh, tuomaspelkonen, aran Reviewed By: andrewjcg CC: aran, andrewjcg, epriestley Differential Revision: 1076 |
||
---|---|---|
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.