Skip to content

Releases: tlaplus/CommunityModules

202003312025

31 Mar 20:26

Choose a tag to compare

URL location of tla2tools.jar nightly has changed.

[Build]

202003111911

11 Mar 19:11
189b1c5

Choose a tag to compare

Replace Azure Pipeline with Github Action status badge.

202003111849

11 Mar 18:50

Choose a tag to compare

Cache tlaps installation to reduce load on Action builder and INRIA h…

202003111840

11 Mar 18:41

Choose a tag to compare

Convert TLCExt!Trace operator info an Evaluation.

This depends on TLC commit https://github.com/tlaplus/tlaplus/commit/245a888eef56b36cd2e87a0a626c02e8be455525

202003111555

11 Mar 15:56

Choose a tag to compare

Serialize model values as strings

202003100100

10 Mar 01:01

Choose a tag to compare

Fix for https://github.com/tlaplus/CommunityModules/issues/5#issuecom…

202003071723

07 Mar 17:23

Choose a tag to compare

Introduce IOExecTemplate operator

This operator makes it a bit easier to invoke processes by using the `%s`
format specifier as an argument placeholder.

Note that this this does not allow for spaces in the process path (e.g.
`C:\Program Files\...`) and only supports a single `%s` within a word
(space delimited part of the template).

202003070023

07 Mar 00:24

Choose a tag to compare

Set TLC's metadir to build/states

202003050024

05 Mar 00:25

Choose a tag to compare

Do not warn on an unmatched operators for Java overrides.  Most users of

CommunityModules only use a subset of all operators and we don't want to
bother them about all the ops that don't appear in their specs.

See tlaplus commit
https://github.com/tlaplus/tlaplus/commit/ad4ce6133bfbaa53d3b80f6d92a7d947b8a30c80

202003041909

04 Mar 19:10

Choose a tag to compare

Add theorem about Head, Tail, and Range with IsInjective(seq).