mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-21 14:22:40 +01:00
No description
b3d45c7104
Summary: Recently this unit test was always failing for some specific users. I was able to reproduce the issue with an Italian unix environment: arc unit src/parser/__tests__/ArcanistBundleTestCase.php Obtaining: counterexample EXCEPTION (Exception): Diff Parse Exception: Expected '\ No newline at end of file'. After this change, the involved unit test always work also in my Italian environment. Note that the `LC_ALL=C` means that all localization should be deactivated, and we should instead use C-sourced strings (not translated in any language). Nice! Closes T15927 Test Plan: Run the unit test. It does not fail anymore if you are Italian of French or whatever. Reviewers: O1 Blessed Committers, mainframe98, 20after4 Reviewed By: O1 Blessed Committers, mainframe98, 20after4 Subscribers: mainframe98, aklapper, tobiaswiese, Matthew, Cigaryno Maniphest Tasks: T15927 Differential Revision: https://we.phorge.it/D25809 |
||
---|---|---|
bin | ||
externals | ||
resources | ||
scripts | ||
src | ||
support | ||
.arcconfig | ||
.arclint | ||
.arcunit | ||
.editorconfig | ||
.gitignore | ||
LICENSE | ||
NOTICE | ||
README.md |
Arcanist is the command-line tool for Phorge. It allows you to interact with Phorge installs to send code for review, download patches, transfer files, view status, make API calls, and various other things. You can read more in the User Guide
For more information about Phorge, see https://phorge.it/.
LICENSE
Arcanist is released under the Apache 2.0 license except as otherwise noted.