Skip to content

v0.23.0

Compare
Choose a tag to compare
@apalache-bot apalache-bot released this 28 Mar 01:17
· 2713 commits to main since this release

0.23.0

Breaking changes

  • Rework module lookup (drops support for TLA_PATH), see #1491

Features

  • Look up modules in the same directory, see #1491
  • Support for the community module SequencesExt, see #1539
  • Support for the community module BagsExt, see #1555
  • Support for the community module Folds, see #1558

Improvements

  • Pack arithmetic expressions and comparisons into a single SMT constraint,
    see #1540 and #1545

Bug fixes

  • Fix uncaught FileNotFoundException in commands called on nonexistent files,
    see #1503
  • Fix equality on sequences, see #1548, #1554