Releases: tlaplus/CommunityModules
Releases · tlaplus/CommunityModules
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).
202003070023
Set TLC's metadir to build/states
202003050024
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
Add theorem about Head, Tail, and Range with IsInjective(seq).