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

Change default fast-check-subsumption to false #2303

Merged
merged 2 commits into from
Feb 19, 2024

Conversation

palinatolmach
Copy link
Contributor

Fixes #2295.

This PR switches the default value for --fast-check-subsumption to false (and removes --no-fast-check-subsumption) to match a similar change in its default in exec_prove function (#2287 (comment)).

After a discussion with @nwatson22, we decided to submit it as a standalone (this) PR for the inconsistency to be fixed sooner, while @nwatson22 is working on a bigger and more general refactoring of the way that the default values are provided and handled: runtimeverification/pyk#885, runtimeverification/kontrol#298.

@palinatolmach palinatolmach marked this pull request as ready for review February 19, 2024 14:23
@palinatolmach palinatolmach self-assigned this Feb 19, 2024
@rv-jenkins rv-jenkins merged commit 88c6735 into master Feb 19, 2024
11 checks passed
@rv-jenkins rv-jenkins deleted the false_fast_check_subsumption branch February 19, 2024 17:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Turn off fast_check_subsumption in CLI by default
3 participants