Releases: boogie-org/boogie
Releases · boogie-org/boogie
v2.7.40
[CIVL] Refactor monomorphization (#300) * refactor monomorphization * Use dictionary collection initializer for type variable mapping * Refactor linear type checking * ported more examples * further refactoring Co-authored-by: Bernhard Kragl <[email protected]>
v2.7.39
Dummy commit to trigger deployment of #291 with correct NuGet API key
v2.7.37
Monomorphize subset of Boogie programs (#297) * monomorphize subset of Boogie programs * fixed bugs and added more tests * added more tests * put monomorphization under an option * added monomorphization for recursive functions * Expand help message for monomorphization * added checker for unbounded instantiation * added more tests Co-authored-by: Bernhard Kragl <[email protected]>
v2.7.36
Move ParserHelper back into Core project (#296)
v2.7.35
fix bug in implementation of :print (#298)
v2.7.34
Small refactor in visitors (#294) * replace Visit with VisitExpr to allow processing specific to (all) expressions in one place * added fixed random seed to reduce flakiness
v2.7.33
Use inclusive language (#295) * Use inclusive language * Avoid C# scope error * Fix capitalization
v2.7.32
Debug printing of strings and values (#292) * add the augmented trace feature which allows printing of arbitrary strings and variables via attributes on assignments, asserts, and assumes * added documentation of attributes * updating flaky golden file
v2.7.31
Allow bound variables to shadow similarly-named variables in outer sc…
v2.7.30
- make reason calculation for proof failure in prover interface more …