Releases: tlaplus/CommunityModules
Releases · tlaplus/CommunityModules
202412190202
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
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
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
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
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
Add operators to the Relation module. * Is[Strictly]PartiallyOrdered * Is[Stringly]TotallyOrdered * Is*Under(op(_,_), S) Signed-off-by: Markus Alexander Kuppe <[email protected]>
202405171516
Remove inaccurate comment about implementation detail.
202404282229
Fix docstrings of Fold functions Signed-off-by: bugarela <[email protected]>
202403071931
SequencesExt!Fold[Left|Right]Domain over domain of sequence. https://github.com/tlaplus/CommunityModules/issues/101 [Feature] Signed-off-by: Markus Alexander Kuppe <[email protected]>
202402271731
adding UndirectedGraphs module and tests Signed-off-by: Stephan Merz <[email protected]>