Skip to content

v0.13.0

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Aug 01:58
· 1370 commits to main since this release

v0.13.0 -- 2023-08-03

Added

  • quint repl produces an evaluation trace on errors too (#1056)
  • S.setOfMaps(Int).oneOf() is now supported (#1060)
  • quint run produces a friendlier message when it meets a const (#1050)

Changed

  • The behavior of oneOf has changed, existing seed values for quint test
    can exhibit different behavior than before (#1060)
  • APALACHE_DIST no longer needed to run quint verify (#1075)
  • Record field labels that include :: are now illegal and raise a syntax error
    (#1086)

Deprecated

Removed

  • Operator repeated (#1026)

Fixed

  • Fix bug where export for a qualified import would not work (#1030)
  • Fix a problem where name resolution would fail to flag name errors for
    non-exported names in incremetal evaluation in REPL (#1031)
  • Do not fail on a bug in error formatting (#1063)
  • Fix unhandled error messages during parsing and typechecking on the Apalache
    server (#1074)
  • Fix a problem where some definitions would have to be exported from the
    main module in order for the REPL and the simulator to load them (#1039 and #1051)
  • Invalid arities when applying record and tuple operator no longer cause a crash (#1054)

Security