index
:
php-shirabe
main
php-shirabe
nsfisis
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
crates
/
shirabe
/
src
/
console
Age
Commit message (
Expand
)
Author
2026-08-15
feat(cli): report Shirabe's own identity instead of Composer's
nsfisis
2026-08-15
feat(php-shim): drop the modelled PHP version constants
nsfisis
2026-08-15
fix(php-rpc): unpack the runtime bundle under the cache dir
nsfisis
2026-08-12
docs(todo): retag TODO markers by root cause
nsfisis
2026-08-11
chore(php-shim): drop the HHVM_VERSION constant
nsfisis
2026-08-11
chore(php-shim): drop the substring predicate ports
nsfisis
2026-08-11
feat(signal): abort on SIGINT, SIGTERM and SIGHUP at checkpoints
nsfisis
2026-08-10
feat(console): import scripts Command classes as application commands
nsfisis
2026-08-10
refactor(symfony): hide leaf modules behind their parent re-exports
nsfisis
2026-08-10
feat(xdebug): switch Xdebug off in the PHP worker
nsfisis
2026-08-09
refactor(xdebug-handler): extract composer/xdebug_handler into the shirabe-xd...
nsfisis
2026-08-09
refactor(seld-json-lint): extract seld/json_lint into the shirabe-seld-json-l...
nsfisis
2026-08-09
refactor(symfony-console): extract symfony/console into the shirabe-symfony-c...
nsfisis
2026-08-09
refactor(symfony-process): extract symfony/process into the shirabe-symfony-p...
nsfisis
2026-08-09
refactor(pcre): extract composer/pcre into the shirabe-pcre crate
nsfisis
2026-08-09
refactor(php-shim): make the fs mutators return Result
nsfisis
2026-08-09
test(console): cover the dev build warning branch
nsfisis
2026-08-08
feat(php-shim): give ported exceptions PHP's class hierarchy
nsfisis
2026-08-08
feat(composer): bake the dev build warning deadline in at build time
nsfisis
2026-08-07
fix(autoload-generator): survive listeners that re-enter dump()
nsfisis
2026-08-07
refactor: merge split inherent impl blocks into one per type
nsfisis
2026-08-06
fix(platform-repository): report the icu and imagick libraries
nsfisis
2026-08-06
refactor: replace literal-list in_array_strict with matches!
nsfisis
2026-08-06
refactor(php-shim): split in_array into strict and loose variants
nsfisis
2026-08-06
feat(console): override TransportException's code in doRun
nsfisis
2026-08-06
refactor(php-shim): take filesystem paths as impl AsRef<Path>
nsfisis
2026-08-05
test(plugin): pin a composer-normalize fixture and compare its listing
nsfisis
2026-08-05
feat(plugin): run plugin-provided commands in a worker-side application
nsfisis
2026-08-05
feat(plugin): discover and list plugin-provided commands
nsfisis
2026-08-04
docs: state code facts instead of porting-phase progress
nsfisis
2026-08-03
feat(event-dispatcher): run composer.json PHP scripts through the RPC worker
nsfisis
2026-08-02
chore(todo): consolidate TODO comments into the five fixed marker tags
nsfisis
2026-08-02
feat(console-input): port the suggested-values backport onto InputArgument/In...
nsfisis
2026-07-25
feat(console): register plugin commands via Application::add
nsfisis
2026-07-25
refactor: replace redundant clones with moves
nsfisis
2026-07-25
feat(tracing): init tracing subscriber from $SHIRABE_TRACING
nsfisis
2026-07-18
perf(regex): eliminate per-call clone overhead in preg_* dispatch
nsfisis
2026-07-11
fix(console-application): render exceptions to ConsoleOutput's error output
nsfisis
2026-07-11
chore: remove stale comment
nsfisis
2026-07-11
fix(command-loader): return Rc<RefCell<dyn Command>> from get()
nsfisis
2026-07-11
chore: use fully-qualified name for Rc/RefCell
nsfisis
2026-07-11
feat(completion): thread Rc<InputOption> through suggest_options
nsfisis
2026-07-11
refactor(application): inline plugin command warning writes
nsfisis
2026-07-04
fix(console-application): implement --profile via IOInterface::enable_debugging
nsfisis
2026-07-01
test(application): port two doRun script-command tests
nsfisis
2026-07-01
feat(php-rpc): query real PHP version and binary for --version
nsfisis
2026-06-29
chore(lint): ban bare `use anyhow::Result` and fully qualify it
nsfisis
2026-06-28
refactor: add linter
nsfisis
2026-06-28
test(console): port DocumentationTest::testCommand
nsfisis
2026-06-27
refactor(composer): hold managers behind *Interface traits
nsfisis
[next]