| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 3 days | fix(package): port every PHP clone operator to handle dup()HEADmain | nsfisis | |
| 3 days | feat(installer): downcast UpdateOperation in download/execute batches | nsfisis | |
| 6 days | refactor(io): unify IOInterface params to Rc<RefCell<dyn _>> | nsfisis | |
| Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> | |||
| 8 days | refactor(package): pass package handles by value throughout | nsfisis | |
| Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> | |||
| 8 days | refactor(io): share IOInterface via Rc<RefCell<dyn _>> handle | nsfisis | |
| Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> | |||
| 10 days | refactor(package): introduce Rc<RefCell<_>> handles for packages | nsfisis | |
| PHP packages have reference semantics, so introduce shared-ownership handles over an AnyPackage enum (PackageInterfaceHandle and friends) and replace Box<dyn PackageInterface> throughout. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> | |||
| 12 days | refactor(promise): drop \React\Promise | nsfisis | |
| Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> | |||
| 12 days | refactor(promise): rewrite promise bodies to async/await | nsfisis | |
| Mechanically convert promise-returning function bodies to async/await: resolve() returns the value directly, forwarding calls get .await, and simple .then chains become await sequences. Also collapse the installer double-Option (Result<Option<Option<PhpMixed>>> -> Result<Option<PhpMixed>>). Hard spots that depend on the Loop::wait / job-machine boundary (accept/reject orchestration, closures capturing &mut self, batch waits) are left intact and marked with TODO(phase-c-promise) for manual porting. The crate does not compile yet; traits still need #[async_trait]. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> | |||
| 12 days | refactor(promise): change functions returning PromiseInterface to async fn | nsfisis | |
| 13 days | 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-20 | refactor: re-export module items to shorten import paths | nsfisis | |
| 2026-05-20 | fix(compile): fix all remaining compile errors | nsfisis | |
| Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> | |||
| 2026-05-19 | fix(compile): fix more random compile errors | nsfisis | |
| Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> | |||
| 2026-05-19 | fix(compile): fix various compile errors | nsfisis | |
| Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||
| 2026-05-17 | fix(compile): extract constants from traits to make them dyn-compatible | nsfisis | |
| 2026-05-17 | fix(shirabe): correct invalid import paths and add missing dependency | nsfisis | |
| 2026-05-17 | chore(style): cargo fmt | nsfisis | |
| 2026-05-16 | feat(port): port InstallationManager.php | nsfisis | |
| Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> | |||
| 2026-05-16 | feat(port): port BinaryInstaller.php | nsfisis | |
| 2026-05-16 | feat(port): port LibraryInstaller.php | nsfisis | |
| 2026-05-16 | feat(port): port SuggestedPackagesReporter.php | nsfisis | |
| 2026-05-16 | feat(port): port PluginInstaller.php | nsfisis | |
| 2026-05-16 | feat(port): port MetapackageInstaller.php | nsfisis | |
| 2026-05-15 | feat(port): port ProjectInstaller.php | nsfisis | |
| 2026-05-15 | feat(port): port NoopInstaller.php | nsfisis | |
| 2026-05-15 | feat(port): port PackageEvent.php | nsfisis | |
| 2026-05-14 | feat(port): port InstallerEvent.php | nsfisis | |
| 2026-05-14 | feat(port): port PackageEvents.php | nsfisis | |
| 2026-05-12 | feat(port): port BinaryPresenceInterface.php | nsfisis | |
| 2026-05-12 | feat(port): port InstallerEvents.php | nsfisis | |
| 2026-05-12 | feat(init): add scaffold files | nsfisis | |
