mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-12-03 04:02:42 +01:00
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 |
||
---|---|---|
.. | ||
__init__.php | ||
ArcanistSubversionAPI.php |