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

A synchronous mode for SMT queries (+ tactic), plus a change to --split_queries #2776

Merged
merged 15 commits into from
Apr 18, 2023
Merged
Prev Previous commit
Next Next commit
CHANGES.md: add a note about --split_queries
  • Loading branch information
mtzguido committed Apr 11, 2023
commit 339e5a0d630714c674e1134d6774cc095a947370
8 changes: 8 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -569,6 +569,14 @@ Guidelines for the changelog:
which to enable profiling. The output of F* on its finished
message changed to not print the time it took to verify a module.

* [PR #2776](https://github.com/FStarLang/FStar/pull/2776): The
`--split_queries` option now takes an argument, one of `no`,
`on_failure` and `always`. The default is `on_failure`, with
the same behavior as previously (split a query and retry when
the SMT solver does not return a helpful error). Using
`--split_queries always` mimics the old `--split_queries`,
splitting all queries eagerly. Using `--split_queries no` disables
splitting altogether.

## Editors

Expand Down