inkandswitch / inkandswitch/subduction
Nightly mutants: surviving mutants in `sedimentree_core`
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 112
- Forks
- 15
- Avg merge
- 3d 1h
- Merged PRs (30d)
- 6
Description
The scheduled nightly mutation-testing run found surviving mutants in sedimentree_core.
- Run: https://github.com/inkandswitch/subduction/actions/runs/26323500212
- Date: 2026-05-23
Download the mutants-out-sedimentree_core artifact from the run and inspect outcomes.json / missed.txt for the list.
Action: add tests that kill the surviving mutants, or annotate them as out-of-scope in .cargo/mutants.toml.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Download the mutants-out-sedimentree_core artifact from the linked nightly run and inspect outcomes.json and missed.txt to identify the surviving mutants. Trace each mutant to the relevant sedimentree_core code and add tests that kill them, or document out-of-scope mutants in .cargo/mutants.toml; done means no actionable survivors remain.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- testing
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 58/100