Skip to content

Releases: tlaplus/CommunityModules

202505152026

15 May 20:26
Compare
Choose a tag to compare
Refactor all operator descriptions/comments into what SANY considers …

202505132149

13 May 21:49
Compare
Choose a tag to compare
Refactor all operator descriptions/comments into what SANY considers …

202504292058

29 Apr 20:59
c4ea8d5
Compare
Choose a tag to compare
Do not trigger tlaplus/tlaplus Github action if it triggered us

[Build]

202503151951

15 Mar 19:52
9ac5b10
Compare
Choose a tag to compare
Switch from permissive to restricted workflow permissions for the (ep…

202412190202

19 Dec 02:03
Compare
Choose a tag to compare
Fall back to TLA+ definition if Java module override of

`SequencesExt!ReplaceFirstSubSeq` cannot load Apache Commons Lang3
StringUtils class.

(Not done for `ReplaceAllSubSeqs` because the TLA+ def fails because it
involves `DOMAIN str` that TLC doesn't handle)

Related to Github PR #59
https://github.com/tlaplus/CommunityModules/pull/59/

[Refactor]

Signed-off-by: Markus Alexander Kuppe <[email protected]>

202412190152

19 Dec 01:53
Compare
Choose a tag to compare
Fall back to TLA+ definition if Java module override of

`SequencesExt!ReplaceFirstSubSeq` cannot load Apache Commons Lang3
StringUtils class.

(Not done for `ReplaceAllSubSeqs` because the TLA+ def fails because it
involves `DOMAIN str` that TLC doesn't handle)

[Refactor]

Signed-off-by: Markus Alexander Kuppe <[email protected]>

202412190107

19 Dec 01:07
Compare
Choose a tag to compare
Decouple loading the JUngraph dependency from loading the SVG class.

Prevents a `NoClassDefFoundError` when referencing a `CommunityModules`
release that does *not* include its dependencies (i.e., the version
without the `-deps.jar` suffix).

[Refactor]

Signed-off-by: Markus Alexander Kuppe <[email protected]>

202409181925

18 Sep 19:25
Compare
Choose a tag to compare
Trigger build of tlaplus/tlaplus if this repository has been changed.

Related to https://github.com/tlaplus/tlaplus/commit/d7980317a3179a966f5eabb8a82fd4cffe3a80bd

Signed-off-by: Markus Alexander Kuppe <[email protected]>

202409181857

18 Sep 18:58
Compare
Choose a tag to compare
Trigger build of tlaplus/tlaplus if this repository has been changed.

Related to https://github.com/tlaplus/tlaplus/commit/d7980317a3179a966f5eabb8a82fd4cffe3a80bd

Signed-off-by: Markus Alexander Kuppe <[email protected]>

202409171326

17 Sep 13:26
Compare
Choose a tag to compare
Add operators to the Relation module.

* Is[Strictly]PartiallyOrdered
* Is[Stringly]TotallyOrdered
* Is*Under(op(_,_), S)

Signed-off-by: Markus Alexander Kuppe <[email protected]>