Releases: tlaplus/CommunityModules
Releases · tlaplus/CommunityModules
202005222138
Depend on newest 1.7.0 TLC.
202004172223
Add operators to reduce sets and sequences. Additional operators on sequences. https://github.com/tlaplus/CommunityModules/pull/13
202004020027
[fix] use `And` as identifier instead of `Ant` (#12) There was a mispelling at `Bitwise.java`
202003312025
URL location of tla2tools.jar nightly has changed. [Build]
202003111911
Replace Azure Pipeline with Github Action status badge.
202003111849
Cache tlaps installation to reduce load on Action builder and INRIA h…
202003111840
Convert TLCExt!Trace operator info an Evaluation. This depends on TLC commit https://github.com/tlaplus/tlaplus/commit/245a888eef56b36cd2e87a0a626c02e8be455525
202003111555
Serialize model values as strings
202003100100
Fix for https://github.com/tlaplus/CommunityModules/issues/5#issuecom…
202003071723
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).