aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/tests/common/io_mock.rs
AgeCommit message (Expand)Author
2026-08-18refactor(preg): add preg_is_match for existence-only call sitesnsfisis
2026-08-18refactor(preg): drop the offset argument from preg_matchnsfisis
2026-08-18refactor(pcre): inline Preg into its call sites and drop the cratensfisis
2026-08-17refactor(preg): replace Preg::split*() with shim preg_split*()nsfisis
2026-08-09refactor(symfony-console): extract symfony/console into the shirabe-symfony-c...nsfisis
2026-08-09refactor(pcre): extract composer/pcre into the shirabe-pcre cratensfisis
2026-08-02fix(io): propagate ask/select errors instead of panickingnsfisis
2026-07-20fix(io): widen IOInterface::select choices to PhpMixed for assoc arraysnsfisis
2026-07-18perf(regex): eliminate per-call clone overhead in preg_* dispatchnsfisis
2026-07-11chore: use fully-qualified name for Rc/RefCellnsfisis
2026-06-28refactor: add linternsfisis
2026-06-24test(io): add IOMock test helper porting Composer's IOMocknsfisis