Releases: tlaplus/CommunityModules
Releases · tlaplus/CommunityModules
202402261430
adding UndirectedGraphs module and tests Signed-off-by: Stephan Merz <stephan.merz@loria.fr>
202402211727
Internal VSCode change. [Dev]
202402062327
Do not rely on TLC's evaluation order. Signed-off-by: Markus Alexander Kuppe <github.com@lemmster.de>
202402011833
Deserializing Json null value makes TLC (silently) throw NullPointerExceptions, potentially causing massive slow down. Fixes Github issue #868 https://github.com/tlaplus/tlaplus/issues/868 [Bug] Signed-off-by: Markus Alexander Kuppe <github.com@lemmster.de>
202401251842
Add Java Module Override for SequencesExt!AllSubSeqs. (#97) [Feature] Signed-off-by: Markus Alexander Kuppe <github.com@lemmster.de>
202401251803
Add Java Module Override for SequencesExt!AllSubSeqs. [Feature] Signed-off-by: Markus Alexander Kuppe <github.com@lemmster.de>
202401251751
Add Java Module Override for SequencesExt!AllSubSeqs. [Feature] Signed-off-by: Markus Alexander Kuppe <github.com@lemmster.de>
202401251750
Add Java Module Override for SequencesExt!AllSubSeqs. [Feature]
202401200511
Add SequencesExt!Snoc and SequencesExt!AllSubSeqs.
202401052011
Add Functions!Pointwise Adds Github issue #96 https://github.com/tlaplus/CommunityModules/issues/96 [Feature]