| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-05-11 | chore(lint): add Ruby linter scripts and apply rules | nsfisis | |
| Adds scripts/lint with linters for mod.rs naming, contiguous use blocks, use-as aliasing, sorted Cargo dependencies, std::collections maps, and workspace dependency requirements. Renames mod.rs files, reorders use statements, drops unnecessary import aliases, and sorts Cargo.toml entries to satisfy the new rules. | |||
| 2026-05-10 | refactor(clippy): deny clippy::unused_trait_names | nsfisis | |
| 2026-05-04 | test(resolver): scaffold PoolBuilder fixture suite from Composer | nsfisis | |
| Port the 31 .test fixtures under composer/tests/Composer/Test/DependencyResolver/Fixtures/poolbuilder/ as #[ignore]'d cases in mozart-registry/tests/poolbuilder.rs. Each fixture is parsed eagerly so format-level regressions surface immediately, while the runner itself is unimplemented\!() — removing #[ignore] from a case will force the missing pool-build entry point into existence rather than silently mis-run. Generalize mozart-test-harness's split_sections to take a per-format valid-section list and add a poolbuilder parser alongside the installer one. | |||
