Add minimal mutant setup#104
Open
mbj wants to merge 1 commit into
Open
Conversation
Contributor
|
@louis-antonopoulos tagging you just so I don't forget. |
|
This PR is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
Author
|
@louis-antonopoulos you want to get this merged? I'm happy to rebase. |
|
I still need to evaluate and talk with @stevepolitodesign first! |
Author
|
kk, np at least we have defeated the stale bot for the next 30d ;) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This configures mutant for in
top_secret, it intentionally does not:This is for after I had a discussion with Luis who invited me to show mutant here ;)
Full mutant run produces this summary:
Note I work on a riddiculous machine (128 threads) will be slower on other computers. And a full pass is only useful for very small projects, regular CI / interactive / agent use would normally go for
--since main/--fail-fast.Claude was so nice to make me this summary on the alive mutations:
Most of the alive mutations are "semantically dead code" that can likely just be removed, and many others are a sign of behaviore the code exhibits that probably should not be removed but is "not being pulled into existance by a test that demands that behavior".
I do not expect this to be merged as is will, as I said: Discuss with Luis on this PR ;)