Skip to content

Feat/codelist systems#108

Merged
CarolineMorton merged 7 commits into
mainfrom
feat/codelist-systems
Apr 24, 2026
Merged

Feat/codelist systems#108
CarolineMorton merged 7 commits into
mainfrom
feat/codelist-systems

Conversation

@CarolineMorton
Copy link
Copy Markdown
Collaborator

Update cargo edition and python versions for testing
Restructure - pulled codelists systems into their own crate so they live together,
Add prop testing

- All six crates now on edition 2024 (resolver 3); silences the
  pre-existing "resolver = 1" warning.
- cargo fmt applied under the new style_edition default.
- CI matrix: drop Python 3.9/3.10 (EOL), add 3.14.
clippy 1.95 flags the triply-nested if as collapsible_if.
Uses let-chains (stable since 1.88), available now that the
workspace is on edition 2024.
- New `machete` recipe wired into `just ci` catches unused deps
- New `list` (and default) recipe shows all available recipes
- Removed the deps machete flagged: serde from codelist-validator-rs,
  async-trait and codelist-rs from codelist-builder-rs
@CarolineMorton CarolineMorton merged commit e5fdc07 into main Apr 24, 2026
6 checks passed
@CarolineMorton CarolineMorton deleted the feat/codelist-systems branch April 24, 2026 17:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant