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

Disable calling --slice-formula by default with conditional flags. #1479

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix linting error in regression
  • Loading branch information
jaisnan committed Aug 9, 2022
commit 6461ea1871cd8be5407471e06e77ab65521cb06f
1 change: 0 additions & 1 deletion kani-driver/src/args.rs
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ pub struct KaniArgs {
/// Disable CBMC's slice formula which prevents values from being assigned to redundant variables in traces.
#[structopt(long, hidden_short_help(true), requires("enable-unstable"))]
pub no_slice_formula: bool,

/*
The below is a "TODO list" of things not yet implemented from the kani_flags.py script.

Expand Down