Skip to content

Releases: boogie-org/boogie

Boogie

09 Mar 23:37
6f2d102
Compare
Choose a tag to compare
v2.16.3

Bring back ReportEndVerifyImplementation (#705)

Boogie

23 Feb 17:16
741e7bd
Compare
Choose a tag to compare
Make verbosity settable (#699)

* Make verbosity settable

* Initialize Verbosity

Boogie

21 Feb 00:26
af4c38e
Compare
Choose a tag to compare
v2.16.1

Bump version to 2.16.1 (#697)

Boogie

28 Nov 16:31
2c7e157
Compare
Choose a tag to compare
v2.16.0

Release version 2.16.0 (#657)

Boogie

25 Oct 17:31
7449a7a
Compare
Choose a tag to compare
v2.15.9

Bump version to 2.15.9 (#642)

Boogie

30 Sep 04:34
Compare
Choose a tag to compare
v2.15.8

Release version 2.15.8

Boogie

22 Jul 16:49
39f0dfb
Compare
Choose a tag to compare
Make TryRun thread safe (#605)

### Changes
- Make `IImpelementationTask.TryRun` thread-safe
- Add `IImpelementationTask.IsIdle`

### Testing
- Update tests to exercise new behavior.

v2.8.22

09 Jan 15:58
6cf5c44
Compare
Choose a tag to compare
[CIVL] fixed monomorphization bug (#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 <bernhard.kragl@gmail.com>

v2.8.21

05 Jan 22:35
b03dd2e
Compare
Choose a tag to compare
Treat incomplete-arithmetic and model-unavailable (#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 https://github.com/Z3Prover/z3/issues/4924.

* Add clarification in comments

v2.8.20

01 Jan 21:34
0ac2790
Compare
Choose a tag to compare
add quotes and extension to OutputCheck command (#326)

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