| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-05-17 | fix(compile): fix IOInterface method signature mismatches | nsfisis | |
| - Change write/write_error/write_raw/write_error_raw/overwrite/ overwrite_error/ask/ask_confirmation/ask_and_validate/ ask_and_hide_answer/select to &mut self in trait and NullIO - Change ask-family question params from PhpMixed to String in ConsoleIO, converting to PhpMixed::String internally - Change ConsoleIO::select choices param from PhpMixed to Vec<String> - Fix NullIO::load_configuration to use &mut Config and return Result | |||
| 2026-05-17 | fix(compile): implement IOInterface and LoggerInterface for ConsoleIO | nsfisis | |
| - Move standalone pub fn methods into impl IOInterface for ConsoleIO - Add impl LoggerInterface for ConsoleIO delegating to BaseIO - Fix load_configuration signature to take &mut Config and return Result - Fix index::IndexMap import paths to indexmap::IndexMap in ConsoleIO and NullIO | |||
| 2026-05-17 | fix(compile): extract constants from traits to make them dyn-compatible | nsfisis | |
| 2026-05-17 | chore(style): cargo fmt | nsfisis | |
| 2026-05-16 | feat(port): port IOInterface.php | nsfisis | |
| 2026-05-12 | feat(init): add scaffold files | nsfisis | |
