Skip to content

Releases: apalache-mc/apalache

v0.45.6

19 Sep 16:19
Compare
Choose a tag to compare

0.45.6 - 2024-09-19

Features

  • Added an apalache-mc.bat file to easily start Apalache on Windows, see #2980

v0.45.4

02 Sep 14:11
Compare
Choose a tag to compare

0.45.4 - 2024-09-02

Features

  • Handle expressions such as S \in SUBSET T in ExprOptimizer by rewriting the expression into \A r \in S: r \in T

Bug fixes

  • Better error reporting for hitting the limits of SUBSET expansion, see #2969
  • Fix truncation of SMT logs, see #2962

v0.45.3

21 Aug 09:29
Compare
Choose a tag to compare

0.45.3 - 2024-08-21

Features

  • Added scope-unsafe builder.

v0.45.2

19 Aug 21:47
Compare
Choose a tag to compare

0.45.2 - 2024-08-19

v0.45.1

19 Aug 10:57
Compare
Choose a tag to compare

0.45.1 - 2024-08-19

v0.44.11

06 May 12:37
Compare
Choose a tag to compare

0.44.11 - 2024-05-06

Features

  • TLA+ modules produced by the Shai command TLA now include type annotations (#2891)

Bug fixes

  • Fixed a problem where folds produced by the Shai command TLA had an invalid form and could not be parsed back (#2891)
  • Fixed a problem where bindings from exists and forall operators where not properly sanitized before printing (#2891)
  • Fixed a problem where translation from slice to replaceAt added an incorrect increment to the last argument (#2891)

v0.44.10

25 Mar 18:08
Compare
Choose a tag to compare

0.44.10 - 2024-03-25

Bug fixes

  • Fix a problem where different quantified variables from Quint received the same TlaType1 var number (#2873).

v0.44.9

22 Mar 11:27
Compare
Choose a tag to compare

0.44.9 - 2024-03-21

Bug fixes

  • Convert Quint empty tuples as uninterpreted types/values (#2869)

v0.44.8

20 Mar 11:50
Compare
Choose a tag to compare

0.44.8 - 2024-03-20

Bug fixes

  • Sanitize names while pretty printing to avoid invalid names (#2860)
  • When converting Quint lambdas, derive the return type from the Quint type inferred for the lambda, rather the type inferred for the body expression, avoiding mismatches with Apalache type variables. (#2856)

v0.44.7

07 Mar 15:28
Compare
Choose a tag to compare

0.44.7 - 2024-03-07

Features

  • Add command to the server's CmdExecutor that will reply with formatted TLA+ derived from parsing the provide input. (#2852)