Skip to content

Releases: tlaplus/CommunityModules

202005222138

22 May 21:39
Compare
Choose a tag to compare
Depend on newest 1.7.0 TLC.

202004172223

17 Apr 22:24
Compare
Choose a tag to compare
Add operators to reduce sets and sequences.  Additional

operators on sequences.

https://github.com/tlaplus/CommunityModules/pull/13

202004020027

02 Apr 00:27
1a0cb64
Compare
Choose a tag to compare
[fix] use `And` as identifier instead of `Ant` (#12)

There was a mispelling at `Bitwise.java`

202003312025

31 Mar 20:26
Compare
Choose a tag to compare
URL location of tla2tools.jar nightly has changed.

[Build]

202003111911

11 Mar 19:11
189b1c5
Compare
Choose a tag to compare
Replace Azure Pipeline with Github Action status badge.

202003111849

11 Mar 18:50
Compare
Choose a tag to compare
Cache tlaps installation to reduce load on Action builder and INRIA h…

202003111840

11 Mar 18:41
Compare
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
Compare
Choose a tag to compare
Serialize model values as strings

202003100100

10 Mar 01:01
Compare
Choose a tag to compare
Fix for https://github.com/tlaplus/CommunityModules/issues/5#issuecom…

202003071723

07 Mar 17:23
Compare
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).