Skip to content

Stainless 0.9.8.8 (2024-08-22)

Latest
Compare
Choose a tag to compare
@mario-bucev mario-bucev released this 22 Aug 11:57
· 27 commits to main since this release
d452855

Version 0.9.8.8 (2024-08-22)

Stainless frontend, library and internals

  • Remove Scala 2 frontend (#1517)
  • Transform throw into assert(false) (#1521)
  • Add measure transfer for equivalence checking (#1557)
  • Add further benchmarks for equivalence checking (#1538, #1554)
  • Add SAT Check for precondition (#1548)
  • Add various specifications to Stainless library (#1555, #1541)
  • Enhance unfold to work on bindings and imperative code as well (#1533)
  • Various bug fixes (#1531, #1532)

Build

  • Move Inox as a submodule instead of an http dependency (#1520)

Documentation

  • Add documentation for codespaces use and link to a sample repo (#1440)