aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/src/console
AgeCommit message (Expand)Author
2026-08-10feat(xdebug): switch Xdebug off in the PHP workernsfisis
2026-08-09refactor(xdebug-handler): extract composer/xdebug_handler into the shirabe-xd...nsfisis
2026-08-09refactor(seld-json-lint): extract seld/json_lint into the shirabe-seld-json-l...nsfisis
2026-08-09refactor(symfony-console): extract symfony/console into the shirabe-symfony-c...nsfisis
2026-08-09refactor(symfony-process): extract symfony/process into the shirabe-symfony-p...nsfisis
2026-08-09refactor(pcre): extract composer/pcre into the shirabe-pcre cratensfisis
2026-08-09refactor(php-shim): make the fs mutators return Resultnsfisis
2026-08-09test(console): cover the dev build warning branchnsfisis
2026-08-08feat(php-shim): give ported exceptions PHP's class hierarchynsfisis
2026-08-08feat(composer): bake the dev build warning deadline in at build timensfisis
2026-08-07fix(autoload-generator): survive listeners that re-enter dump()nsfisis
2026-08-07refactor: merge split inherent impl blocks into one per typensfisis
2026-08-06fix(platform-repository): report the icu and imagick librariesnsfisis
2026-08-06refactor: replace literal-list in_array_strict with matches!nsfisis
2026-08-06refactor(php-shim): split in_array into strict and loose variantsnsfisis
2026-08-06feat(console): override TransportException's code in doRunnsfisis
2026-08-06refactor(php-shim): take filesystem paths as impl AsRef<Path>nsfisis
2026-08-05test(plugin): pin a composer-normalize fixture and compare its listingnsfisis
2026-08-05feat(plugin): run plugin-provided commands in a worker-side applicationnsfisis
2026-08-05feat(plugin): discover and list plugin-provided commandsnsfisis
2026-08-04docs: state code facts instead of porting-phase progressnsfisis
2026-08-03feat(event-dispatcher): run composer.json PHP scripts through the RPC workernsfisis
2026-08-02chore(todo): consolidate TODO comments into the five fixed marker tagsnsfisis
2026-08-02feat(console-input): port the suggested-values backport onto InputArgument/In...nsfisis
2026-07-25feat(console): register plugin commands via Application::addnsfisis
2026-07-25refactor: replace redundant clones with movesnsfisis
2026-07-25feat(tracing): init tracing subscriber from $SHIRABE_TRACINGnsfisis
2026-07-18perf(regex): eliminate per-call clone overhead in preg_* dispatchnsfisis
2026-07-11fix(console-application): render exceptions to ConsoleOutput's error outputnsfisis
2026-07-11chore: remove stale commentnsfisis
2026-07-11fix(command-loader): return Rc<RefCell<dyn Command>> from get()nsfisis
2026-07-11chore: use fully-qualified name for Rc/RefCellnsfisis
2026-07-11feat(completion): thread Rc<InputOption> through suggest_optionsnsfisis
2026-07-11refactor(application): inline plugin command warning writesnsfisis
2026-07-04fix(console-application): implement --profile via IOInterface::enable_debuggingnsfisis
2026-07-01test(application): port two doRun script-command testsnsfisis
2026-07-01feat(php-rpc): query real PHP version and binary for --versionnsfisis
2026-06-29chore(lint): ban bare `use anyhow::Result` and fully qualify itnsfisis
2026-06-28refactor: add linternsfisis
2026-06-28test(console): port DocumentationTest::testCommandnsfisis
2026-06-27refactor(composer): hold managers behind *Interface traitsnsfisis
2026-06-27feat(php-shim): drop shutdown function shim, defer OOM message to PHPnsfisis
2026-06-27refactor(command): replace composer_full_mut with shared composer_fullnsfisis
2026-06-27refactor: fix compiler warnings and clippy warningsnsfisis
2026-06-25fix(console): spell ESC as \x1b for regex crate in HtmlOutputFormatternsfisis
2026-06-25feat(php-shim): model $_ENV/$_SERVER as OsString snapshotsnsfisis
2026-06-24chore: unwrap meaningless PhpMixed::String()nsfisis
2026-06-24fix(console): make Command/BaseCommand methods take &selfnsfisis
2026-06-23test(command): port InitCommandTestnsfisis
2026-06-23refactor(console): close HelperSet to a fixed set of four helpersnsfisis