index
:
php-shirabe
main
php-shirabe
nsfisis
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
crates
/
shirabe
/
tests
/
installer_test.rs
Age
Commit message (
Expand
)
Author
2026-08-22
feat(cli): tell the user to run `shirabe`, not `composer`
nsfisis
2026-08-22
ci: setup GitHub Actions
nsfisis
2026-08-19
fix(input): thread a typed InputValue through the input layer
nsfisis
2026-08-18
fix(input): return a bool|string|string[]|null enum from get_option
nsfisis
2026-08-18
refactor(preg): add preg_is_match for existence-only call sites
nsfisis
2026-08-18
refactor(preg): drop the offset argument from preg_match
nsfisis
2026-08-18
refactor(pcre): inline Preg into its call sites and drop the crate
nsfisis
2026-08-17
refactor(preg): replace Preg::split*() with shim preg_split*()
nsfisis
2026-08-15
feat(cli): report Shirabe's own identity instead of Composer's
nsfisis
2026-08-12
docs(todo): retag TODO markers by root cause
nsfisis
2026-08-10
refactor(symfony): hide leaf modules behind their parent re-exports
nsfisis
2026-08-09
refactor(symfony-console): extract symfony/console into the shirabe-symfony-c...
nsfisis
2026-08-09
refactor(pcre): extract composer/pcre into the shirabe-pcre crate
nsfisis
2026-08-07
fix(autoload-generator): survive listeners that re-enter dump()
nsfisis
2026-08-04
feat(plugin): remove subscribed listeners when a plugin is removed
nsfisis
2026-08-04
feat(plugin): dispatch plugin event subscribers through the RPC worker
nsfisis
2026-08-02
fix(json): propagate JsonFile::encode errors instead of unwrapping
nsfisis
2026-07-25
refactor: replace redundant clones with moves
nsfisis
2026-07-24
test(installer-test): revert to loop-based fixture iteration
nsfisis
2026-07-24
docs(installer-test): record confirmed cause for github-issues-7665 ignore
nsfisis
2026-07-24
fix(solver-problems): compare RULE_LEARNED sort keys like PHP's <=>
nsfisis
2026-07-24
fix(solver-problems): preserve first-occurrence order in extension hint
nsfisis
2026-07-24
fix(installer-test): catch exceptions thrown during composer construction
nsfisis
2026-07-24
fix(array-dumper): dump source/dist mirrors as a JSON array
nsfisis
2026-07-24
fix(package): rewrite dist-reference SHA regex without look-around
nsfisis
2026-07-24
fix(composer-repository): initialize wrapper before delegating loadPackages
nsfisis
2026-07-24
fix(installer-test): port InstallerTest::setUp's chdir(__DIR__)
nsfisis
2026-07-24
fix(pool-builder): use plain getPackages() on locked repository
nsfisis
2026-07-24
fix(dependency-resolver): query real PHP for ext-* version/loaded checks
nsfisis
2026-07-24
fix(installer-test): classify EXPECT-LOCK by PHP truthiness, not string match
nsfisis
2026-07-24
fix(php-shim): keep literal '>' outside tags in strip_tags
nsfisis
2026-07-24
fix(locker): return stability-flags as int, not string
nsfisis
2026-07-24
fix(installer-test): match Locker content-hash encoding to lock hash
nsfisis
2026-07-24
test(installer): split integration tests into one #[test] per fixture
nsfisis
2026-07-20
test(ignore): document root causes for unannotated #[ignore] tests
nsfisis
2026-07-19
fix(root-package-loader): un-ignore 4 tests by fixing stability-flag isset() ...
nsfisis
2026-07-19
fix(test-harness): set COMPOSER_TESTS_ARE_RUNNING so interactive tests actual...
nsfisis
2026-07-18
perf(regex): eliminate per-call clone overhead in preg_* dispatch
nsfisis
2026-07-11
chore: use fully-qualified name for Rc/RefCell
nsfisis
2026-07-04
test: ignore broken tests
nsfisis
2026-06-28
test(installer): port InstallerTest unit and integration harness
nsfisis
2026-06-22
test: port more test cases
nsfisis
2026-06-21
test(tests): expand stub macros into plain test functions
nsfisis
2026-06-21
test(tests): port setUp/tearDown as set_up/tear_down with TearDown
nsfisis
2026-06-21
test: port downloader/installer/io/json/event-dispatcher/functional stubs
nsfisis
2026-06-21
test: add empty test files
nsfisis