Boogie
github-actions
released this
02 Feb 18:03
·
110 commits
to master
since this release
Verification task per split (#841) Dependent Dafny PR: https://github.com/dafny-lang/dafny/pull/5031 ### Changes - Change the API `executionEngine.GetImplementationTasks` to `executionEngine.GetVerificationTasks`, which returns a task for each statically defined assertion batch. When using the split on every assert option, this will return a verification task for each assertion. ### Testing - Added test SplitOnEveryAssertion --------- Co-authored-by: Aaron Tomb <[email protected]>