| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-17 | fix(shirabe): correct invalid import paths and add missing dependency | nsfisis | |
| 2026-05-17 | fix(semver): resolve shirabe-semver compile errors | nsfisis | |
| - Replace RefCell with Mutex in Constraint for thread safety - Add clone_box() to ConstraintInterface for cloning trait objects - Propagate Result from Constraint::new() and unwrap at call sites - Fix VersionParser instantiation (unit struct, not fn) - Add indexmap dependency to shirabe-semver | |||
| 2026-05-17 | fix(php-shim): resolve duplicate definitions and compile errors | nsfisis | |
| - Remove duplicate function/constant definitions that were added during porting (strpos, str_contains, str_starts_with, is_scalar, strlen, substr, strtoupper, str_replace, sprintf, array_keys, str_ends_with, is_int, array_values, is_object, is_numeric, PHP_EOL, FILTER_VALIDATE_EMAIL, PHP_VERSION_ID) - Replace old spl_autoload_register/unregister (PhpMixed args) with typed Box<dyn Fn> versions - Replace old array_pop/array_shift/array_unshift/array_splice with generic/correctly-typed versions - Replace old trim(chars: &str) with trim(chars: Option<&str>) - Rename array_slice(PhpMixed) to array_slice_mixed to coexist with the typed array_slice<V>(IndexMap<String, V>) version - Fix chdir return type Result<()> -> anyhow::Result<()> - Add anyhow dependency to shirabe-php-shim | |||
| 2026-05-17 | chore(style): cargo fmt | 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-12 | feat(port): port IgnoredSecurityAdvisory.php | nsfisis | |
| 2026-05-12 | feat(port): ConfigurableRepositoryInterface.php | nsfisis | |
| 2026-05-12 | feat(port): port PluginBlockedException.php | nsfisis | |
| 2026-05-12 | feat(init): add files | nsfisis | |
