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

Remove default maintenance_rate at argparse level #2639

Merged
merged 1 commit into from
Oct 8, 2024

Conversation

palinatolmach
Copy link
Contributor

Closes runtimeverification/kontrol#833.
Follow up to runtimeverification/pyk#976.

This PR fixes an issue with maintenance-rate value set in kontrol.toml getting ignored.

In line with runtimeverification/pyk#976, default values are now defined in the Options class (ProveOptions, in this case). A default value set at the argparse level, if present, is being treated as a CLI-provided option that replaces the value set in kontrol.toml.

This PR removes the argparse default value for --maintenance-rate.

@palinatolmach palinatolmach self-assigned this Oct 8, 2024
@rv-jenkins rv-jenkins merged commit 22bd433 into master Oct 8, 2024
12 checks passed
@rv-jenkins rv-jenkins deleted the remove-default-maintenance-rate branch October 8, 2024 12:50
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.

maintenance-rate is ignored in kontrol.toml
3 participants