| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-08-24 | refactor(silencer): stop guarding work that stays inside Rust | nsfisis | |
| Silencer only lowers the PHP error_reporting() level and re-throws whatever the guarded work raises. A region that never reaches the PHP runtime has no level to lower and emits no diagnostic on failure, so wrapping it is indistinguishable from running it unguarded. The pair kept in Application::hint_common_errors brackets a getComposer() call, which loads installed plugins and dispatches PluginEvents::INIT. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> | |||
| 2026-06-29 | chore(lint): ban bare `use anyhow::Result` and fully qualify it | nsfisis | |
| Add a no_banned_use linter that forbids importing anyhow::Result, and update all call sites to reference it via its fully-qualified path so it is never confused with std::result::Result. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> | |||
| 2026-05-17 | chore(style): cargo fmt | nsfisis | |
| 2026-05-14 | feat(port): port Silencer.php | nsfisis | |
| 2026-05-12 | feat(init): add scaffold files | nsfisis | |
