| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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: share Pool via Rc<RefCell> | nsfisis | |
| Convert Pool to Rc<RefCell<Pool>> so Solver, Decisions, and RuleSetGenerator share it, resolving the todo!() placeholders that blocked the dependency resolver (Phase C shared ownership). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> | |||
| 13 days | refactor(php-shim): remove unnecessary methods | 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 | fix(php-shim): add missing stub functions, constants, and types | nsfisis | |
| Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||
| 2026-05-17 | chore(style): cargo fmt | nsfisis | |
| 2026-05-16 | feat(port): port RemoteFilesystem.php | nsfisis | |
| 2026-05-16 | feat(port): port Filesystem.php | nsfisis | |
| 2026-05-16 | feat(port): port CurlDownloader.php | nsfisis | |
| Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> | |||
| 2026-05-16 | feat(port): port Git.php | nsfisis | |
| Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> | |||
| 2026-05-16 | feat(port): port Perforce.php | nsfisis | |
| Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> | |||
| 2026-05-16 | feat(port): port ProcessExecutor.php | nsfisis | |
| 2026-05-16 | feat(port): port HttpDownloader.php | nsfisis | |
| 2026-05-16 | feat(port): port NoProxyPattern.php | nsfisis | |
| 2026-05-16 | feat(port): port Svn.php | nsfisis | |
| 2026-05-16 | feat(port): port AuthHelper.php | nsfisis | |
| 2026-05-16 | feat(port): port Platform.php | nsfisis | |
| 2026-05-16 | feat(port): port GitLab.php | nsfisis | |
| 2026-05-16 | feat(port): port ZipDownloader.php | nsfisis | |
| 2026-05-16 | feat(port): port Bitbucket.php, GitDriver.php, GitHub.php, BumpCommand.php, ↵ | nsfisis | |
| VersionSelector.php | |||
| 2026-05-16 | feat(port): port SvnDownloader.php, FossilDriver.php, Request.php, ↵ | nsfisis | |
| PathRepository.php, StreamContextFactory.php Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||
| 2026-05-16 | feat(port): port ConfigValidator.php | nsfisis | |
| 2026-05-16 | feat(port): port TlsHelper.php | nsfisis | |
| Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||
| 2026-05-16 | feat(port): port ProxyManager.php | nsfisis | |
| 2026-05-16 | feat(port): port RequestProxy.php | nsfisis | |
| 2026-05-16 | feat(port): port PackageSorter.php | nsfisis | |
| 2026-05-15 | feat(port): port Url.php | nsfisis | |
| 2026-05-15 | feat(port): port Loop.php | nsfisis | |
| 2026-05-15 | feat(port): port Hg.php | nsfisis | |
| 2026-05-15 | feat(port): port ErrorHandler.php | nsfisis | |
| 2026-05-15 | feat(port): port ProxyItem.php | nsfisis | |
| 2026-05-15 | feat(port): port Response.php | nsfisis | |
| 2026-05-15 | feat(port): port Forgejo.php | nsfisis | |
| 2026-05-15 | feat(port): port Zip.php | nsfisis | |
| Add zip crate dependency and ZipArchive stub to shirabe-php-shim. Also add dirname and stream_get_contents shim functions. | |||
| 2026-05-14 | feat(port): port Silencer.php | nsfisis | |
| 2026-05-14 | feat(port): port ForgejoUrl.php | nsfisis | |
| 2026-05-14 | feat(port): port ComposerMirror.php | nsfisis | |
| 2026-05-12 | feat(port): port SyncHelper.php | nsfisis | |
| 2026-05-12 | feat(port): port ForgejoRepositoryData.php | nsfisis | |
| 2026-05-12 | feat(port): port IniHelper.php | nsfisis | |
| 2026-05-12 | feat(port): port Tar.php | nsfisis | |
| 2026-05-12 | feat(port): port CurlResponse.php | nsfisis | |
| 2026-05-12 | feat(port): port PackageInfo.php | nsfisis | |
