Skip to content

Tags: parno/boogie

Tags

v2.8.29

removed model to make test less flaky

v2.8.28

updated version number

v2.8.27

updating version to 2.8.27

last-version-with-FixedPointVC

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

One more model-parsing fix

v2.8.25

Version 2.8.25

v2.8.24

Version 2.8.24

v2.8.23

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Put functions and procedures into different namespaces (boogie-org#331)

* put functions and procedures into different namespaces

* changed random seed to make the test pass

* ported a test to work with pending asyncs

* simplified specification of pending asyncs

* fixed one bug and ported another sample;
removed redundant sample

* renamed sample

* fixed typo

* Fix usage of generic collections in ResolutionContext

* fixed comments

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

v2.8.22

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

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