1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2024-11-14 02:42:40 +01:00
phorge-arcanist/src/filesystem
epriestley 8d487ed770 Mostly remove "STDERR" and "STDOUT" constants from Arcanist
Summary:
Ref T13675. Ref T13556. The "STDOUT" and "STDERR" constants are defined by the PHP CLI SAPI, in `cli_register_file_handles()`.

The "native arc" embedded PHP wrapper doesn't define these, and there's no real reason to define them, since they're just defined in terms of the PHP stream wrappers ("php://stdin", etc) anyway.

This patch isn't exhaustive (and a subsequent change should add lint, rejecting these magic constants) but is just trying to make native `arc` functional.

Test Plan: Created this revision with a standalone native `arc` binary.

Subscribers: cspeckmim

Maniphest Tasks: T13675, T13556

Differential Revision: https://secure.phabricator.com/D21794
2022-05-03 11:58:45 -07:00
..
__tests__ Merge utility/support changes from "wilds" to "master" 2020-02-13 14:10:09 -08:00
binary Update templates used with mercurial to remove '--debug' 2021-07-09 12:34:54 -04:00
linesofalarge Correct some Arcanist behaviors under PHP8.1 2021-12-09 13:44:31 -08:00
memory Provide an API for parsing swap information from "/proc/meminfo" 2021-11-22 05:45:06 -08:00
FileFinder.php Fully merge "libphutil/" into "arcanist/" 2020-02-12 15:17:38 -08:00
FileList.php Fully merge "libphutil/" into "arcanist/" 2020-02-12 15:17:38 -08:00
Filesystem.php On Windows, implement "Filesystem::copyFile()" with "copy()" 2021-03-22 12:00:23 -07:00
FilesystemException.php Fully merge "libphutil/" into "arcanist/" 2020-02-12 15:17:38 -08:00
PhutilDeferredLog.php Move Phage to FuturePool 2020-04-05 05:56:21 -07:00
PhutilDirectoryFixture.php Provide additional Arcanist PHP 8.1 fixes 2021-12-09 16:42:19 -08:00
PhutilErrorLog.php Mostly remove "STDERR" and "STDOUT" constants from Arcanist 2022-05-03 11:58:45 -07:00
PhutilFileLock.php Fully merge "libphutil/" into "arcanist/" 2020-02-12 15:17:38 -08:00
PhutilLock.php Fully merge "libphutil/" into "arcanist/" 2020-02-12 15:17:38 -08:00
PhutilLockException.php Fully merge "libphutil/" into "arcanist/" 2020-02-12 15:17:38 -08:00
PhutilProcessQuery.php Fully merge "libphutil/" into "arcanist/" 2020-02-12 15:17:38 -08:00
PhutilProcessRef.php Fully merge "libphutil/" into "arcanist/" 2020-02-12 15:17:38 -08:00
TempFile.php Fully merge "libphutil/" into "arcanist/" 2020-02-12 15:17:38 -08:00