| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-06-21 | test: add empty test files | nsfisis | |
| 2026-06-19 | test(command): add basic smoke tests | nsfisis | |
| 2026-06-11 | chore(compiler): drop compiler.rs | nsfisis | |
| The Compiler.php is PHP-tooling only (bin/compile) with no Rust equivalent, so it is not ported. Remove the compiler module along with the symbols used solely by it. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> | |||
| 2026-05-22 | refactor(composer): unify Composer/PartialComposer via Rc handles | nsfisis | |
| Model PHP's `Composer extends PartialComposer` as a PartialOrFullComposer enum and merge partial_composer.rs into composer.rs. Introduce ComposerHandle / PartialComposerHandle (plus their Weak variants) so the graph can be shared, and build it at once with Rc::new_cyclic in the factory to resolve the back-reference cycles. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> | |||
| 2026-05-17 | chore(style): cargo fmt | nsfisis | |
