Skip to content

Releases: apalache-mc/apalache

v0.41.2

24 Jul 14:03
Compare
Choose a tag to compare

0.41.2 - 2023-07-24

v0.41.0

20 Jul 16:48
Compare
Choose a tag to compare

0.41.0 - 2023-07-20

Breaking changes

  • Fixed deserialization of large Quint integer values, see #2654

v0.40.7

06 Jul 17:02
Compare
Choose a tag to compare

0.40.7 - 2023-07-06

Bug fixes

  • Fix a bug when translating certain Quint tuple types, see #2634
  • Fix a typing issue when translating Quint name expressions, see #2635

v0.40.6

04 Jul 12:53
Compare
Choose a tag to compare

0.40.6 - 2023-07-04

Bug fixes

  • Fix an issue with translating Quint type variables, see #2629

v0.40.5

01 Jul 00:06
Compare
Choose a tag to compare

0.40.5 - 2023-06-30

Bug fixes

  • Increase max inbound gRPC message size, see #2623
  • Fix Quint translation of Nat and Int, see #2621

v0.40.4

23 Jun 16:03
Compare
Choose a tag to compare

0.40.4 - 2023-06-23

Bug fixes

  • Fixed a bug in pointer propagation, where sets cherrypicked from a powerset would always have the exact same pointers as the base set, instead of some subset thereof (though SMT constraints were added correctly). This broke counterexample reconstruction. See #2606
  • Fix translation of nested/shadowed "_" Quint lambda parameters, see #2608

v0.40.3

19 Jun 08:31
Compare
Choose a tag to compare

0.40.3 - 2023-06-19

Bug fixes

  • Fix handling of applied polymorphic operators in Quint. This increases the number of quint specs that we can successfully verify. (See #2552)

v0.40.2

05 Jun 00:49
Compare
Choose a tag to compare

0.40.2 - 2023-06-05

Bug fixes

  • Fix deserialization of Quint type and operator definitions. (See #2588)

v0.40.1

02 Jun 22:28
Compare
Choose a tag to compare

0.40.1 - 2023-06-02

Features

  • Membership tests between records and type-defining sets in TypeOk operators are now simplified to TRUE. This uses static type information to reduce the costs of verifying specs containing checks of the form TypeOk == rec \in [name_1: S1, ..., name_n: Sn]. (See #723)

Bug fixes

  • Quint run declarations are now ignored, allow verification of quint specs including those definitions. (See #2572)

v0.40.0

27 May 00:25
Compare
Choose a tag to compare

0.40.0 - 2023-05-26

Breaking changes

  • Bump Z3 to v4.12.1, see #2565

Bug fixes

  • fix pretty printing of x \div y and x / y (#2562)