mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-21 22:32:41 +01:00
No description
444bb60d43
Summary: This change fixes the command `arc look remotes` for PHP 8.1. Without this change, the null value bubbles up to PhutilUTF8StringTruncator, reaching a strlen(). This control probably does not need to be done at this low level inside PhutilUTF8StringTruncator, but it is right to be at this high level from the caller in ArcanistRefView. Closes T15368 Test Plan: - run "arc look remotes" - still works in "old PHP" like 7.4 - start to work in recent PHP 8.1+ Reviewers: O1 Blessed Committers, avivey Reviewed By: O1 Blessed Committers, avivey Subscribers: avivey, speck, tobiaswiese, Matthew, Cigaryno Maniphest Tasks: T15368 Differential Revision: https://we.phorge.it/D25206 |
||
---|---|---|
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.