Skip to content

Tags: RustanLeino/boogie

Tags

v2.8.27

Toggle v2.8.27's commit message
updating version to 2.8.27

last-version-with-FixedPointVC

Toggle last-version-with-FixedPointVC's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove SecureVC. For boogie-org#337 (boogie-org#340)

v2.8.26

Toggle v2.8.26's commit message
One more model-parsing fix

v2.8.25

Toggle v2.8.25's commit message
Version 2.8.25

v2.8.24

Toggle v2.8.24's commit message
Version 2.8.24

v2.8.23

Toggle v2.8.23's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixed error output when :msg attribute is supplied (boogie-org#330)

* fixed error output when :msg attribute is supplied

* added a test case

* added pre/post failures also

v2.8.22

Toggle v2.8.22's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[CIVL] fixed monomorphization bug (boogie-org#329)

* fixed a bug in monomorphization
small cleanup in trieber stack sample

* update golden file

* Port seqlock to use polymorphism

* Port Paxos to use polymorphism

Co-authored-by: Bernhard Kragl <[email protected]>

v2.8.21

Toggle v2.8.21's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Treat incomplete-arithmetic and model-unavailable (boogie-org#324)

* Treat incomplete-arithmetic and model-unavailable

* Remove error codes from new .expect files

* Turn model-unavailable into Undetermined

Note, there will be a new Z3 option, `candidate_models`, that Boogie can use to always get a model back. This would be a good option to use, when Boogie and Boogie clients switch to that future version of Z3. See Z3Prover/z3#4924.

* Add clarification in comments

v2.7.35

Toggle v2.7.35's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Treat incomplete-arithmetic and model-unavailable (boogie-org#324)

* Treat incomplete-arithmetic and model-unavailable

* Remove error codes from new .expect files

* Turn model-unavailable into Undetermined

Note, there will be a new Z3 option, `candidate_models`, that Boogie can use to always get a model back. This would be a good option to use, when Boogie and Boogie clients switch to that future version of Z3. See Z3Prover/z3#4924.

* Add clarification in comments

v2.8.20

Toggle v2.8.20's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add quotes and extension to OutputCheck command (boogie-org#326)

without quotes the command does not work if the file name has spaces