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

Add slow verification for debugging #1000

Merged
merged 2 commits into from
May 5, 2022

Conversation

AlexDenisov
Copy link
Member

Mull verifies that the module is valid before applying any mutations, and after applying all the mutations.
it is now possible to add verification after each mutation to find the exact offensive mutation operator.
Verifying the module after each mutation adds significant overhead, so this option is disabled by default and can be enabled via the config file:

debug:
  slowIRVerification: true

@AlexDenisov AlexDenisov mentioned this pull request May 5, 2022
@AlexDenisov AlexDenisov merged commit b987b2a into main May 5, 2022
@AlexDenisov AlexDenisov deleted the add-slow-verification-for-debugging branch May 5, 2022 16:03
@ligurio
Copy link
Contributor

ligurio commented May 5, 2022

It is worth to describe the option in documentation.

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.

None yet

2 participants