Dafny 3.7.2
github-actions
released this
13 Jul 23:38
·
1818 commits
to master
since this release
- fix: Hovering over variables and methods inside cases of nested match statements work again. (#2334)
- fix: Fix bug in translation of two-state predicates with heap labels. (#2300)
- fix: Check that arguments of 'unchanged' satisfy enclosing reads clause. (#2302)
- fix: Underconstrained closures don't crash Dafny anymore. (#2382)
- fix: Caching in the language server does not prevent gutter icons from being updated correctly. (#2312)
- fix: Last edited verified first & corrected display of verification status. (#2352)
- fix: Correctly infer type of numeric arguments, where the type is a subset type of a newtype. (#2314)
- fix: Fix concurrency bug that sometimes led to an exception during the production of verification logs. (#2398)