mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-21 14:22:40 +01:00
No description
d343be5926
Summary: Ref T15554. When a deprecation warning is captured here, mark it as such and send using the same channel as error messages. Error Handlers will generally ignore it now, so they'll need to be updated, e.g. D25386 Test Plan: Hitting a `strlen(null)` before This Change: - Web: - PhutilAggregateException - white boxes with red border. - Daemons: - trace in daemon log, task fails. Daemon sleeps for 5 seconds. - Arcanist and Scripts in phorge/bin/ and phorge/scripts: - execution blows up with error trace. - SSH server-side scripts (ssh-auth and ssh-exec): - trace in configured log, execution fails - SSH client-side scripts (ssh-connect): - execution blows up with error trace. After this change: - Web: - Before `D25386`: Nothing on screen, errors show in log. - With `D25386`: logs + dark console. - Daemons: - trace in daemon log, task completes successfully. - Arcanist and Scripts in phorge/bin/ and phorge/scripts/ : - Error trace printed to STDERR, execution continues. - SSH server-side scripts (ssh-auth and ssh-exec): - trace in configured log, execution continues. - SSH client-side scripts (ssh-connect): - Error trace printed to STDERR, execution continues. Reviewers: O1 Blessed Committers, valerio.bozzolan Reviewed By: O1 Blessed Committers, valerio.bozzolan Subscribers: speck, tobiaswiese, valerio.bozzolan, Matthew, Cigaryno Maniphest Tasks: T15554 Differential Revision: https://we.phorge.it/D25387 |
||
---|---|---|
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.