mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-22 14:52:40 +01:00
No description
3401b2a5d2
Summary: During my attept to `arc land master` on `master` branch I have discovered that error message is missing few spaces between words. I have added them and used this ugly readonly command: pcregrep --include="\.php$" -M -r '(?<!\\n| )("|'"'"')\.\n\s*\1(?!\\n| )' ~/arc/arcanist/src to detect other instances of this serious bug. Two more were found. This time they were probably introduced in order to abide to the draconian lint rule about number of columns. Since I want to be a good citizen, I have added this missing space to the begining of the next line in both cases. It is an ugly hack, but I think user should not suffer due to missing spaces. Another solution could be preserving no leading spaces and splitting long lines. Or just providing excuse to lint. Test Plan: Ran `arc land master` on `master` branch. Reviewers: epriestley, vrana Reviewed By: epriestley CC: aran, Korvin Maniphest Tasks: T3008 Differential Revision: https://secure.phabricator.com/D5827 |
||
---|---|---|
bin | ||
externals | ||
resources | ||
scripts | ||
src | ||
.arcconfig | ||
.divinerconfig | ||
.editorconfig | ||
.gitignore | ||
LICENSE | ||
NOTICE | ||
README |
WHAT IS ARCANIST? Arcanist is the command-line tool for Phabricator. It allows you to interact with Phabricator installs to send code for review, download patches, transfer files, view status, make API calls, and various other things. You can find a complete user guide here: http://www.phabricator.com/docs/phabricator/article/Arcanist_User_Guide.html For more information about Phabricator, see: http://phabricator.org/ LICENSE Arcanist is released under the Apache 2.0 license except as otherwise noted.