| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-06-20 | feat(symfony-process): port full Process class from PHP | nsfisis | |
| Faithfully port every method, field and constant of Symfony's Process.php into process.rs, replacing the reduced stub. Add the supporting pipes module (PipesInterface/AbstractPipes/UnixPipes/ WindowsPipes), ProcessUtils and the missing process exceptions (LogicException/InvalidArgumentException) with constructors. Methods now return anyhow::Result where PHP throws, take the env argument and a bool-returning callback, and borrow &mut for status-updating accessors; all callers are updated accordingly. Extend the php-shim with proc_open/proc_close (PHP-compatible signatures), proc_get_status, proc_terminate, posix_kill, uniqid, ftruncate, ftell_stream, fseek3, stream_get_contents3 and env helpers. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> | |||
| 2026-06-14 | chore: add "ref" comments to file header | nsfisis | |
| 2026-06-12 | feat(symfony-console): port Symfony Console and make the workspace compile | nsfisis | |
| Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> | |||
| 2026-06-08 | refactor(external-packages): drop component segment from symfony paths | nsfisis | |
| Align the Symfony namespace mapping with the documented convention (symfony::component::X -> symfony::X) and remove now-unused console stub files. Update all import paths across the workspace. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> | |||
| 2026-05-20 | refactor: re-export module items to shorten import paths | nsfisis | |
| 2026-05-17 | chore: cargo clippy --fix | nsfisis | |
| 2026-05-17 | feat(port): add stub implementations of shirabe-external-packages | nsfisis | |
