Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deduplicate mutations by introducing a separate, higher-level entity #829

Merged
merged 1 commit into from
Jan 9, 2021

Conversation

AlexDenisov
Copy link
Member

Closes #782

Now, the mutation point corresponds to the mutation on the bitcode level, while the mutant represents mutation on the source code level.
Ideally, we should move most of the properties to the mutant and leave the mutation point only with bitcode/mutator related info. But I think it makes sense to submit this move as a separate PR.

@AlexDenisov AlexDenisov merged commit 109d86d into master Jan 9, 2021
@AlexDenisov AlexDenisov deleted the deduplicate-mutants branch January 9, 2021 13:56
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.

Duplicates and "False Positives"
2 participants