Skip to content

Releases: tlaplus/CommunityModules

202402011833

01 Feb 18:34
Compare
Choose a tag to compare
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 <[email protected]>

202401251842

25 Jan 18:42
fa56512
Compare
Choose a tag to compare
Add Java Module Override for SequencesExt!AllSubSeqs. (#97)

[Feature]

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

202401251803

25 Jan 18:04
Compare
Choose a tag to compare
Add Java Module Override for SequencesExt!AllSubSeqs.

[Feature]

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

202401251751

25 Jan 17:52
Compare
Choose a tag to compare
Add Java Module Override for SequencesExt!AllSubSeqs.

[Feature]

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

202401251750

25 Jan 17:51
Compare
Choose a tag to compare
Add Java Module Override for SequencesExt!AllSubSeqs.

[Feature]

202401200511

20 Jan 05:11
Compare
Choose a tag to compare
Add SequencesExt!Snoc and SequencesExt!AllSubSeqs.

202401052011

05 Jan 20:12
Compare
Choose a tag to compare
Add Functions!Pointwise

Adds Github issue #96
https://github.com/tlaplus/CommunityModules/issues/96

[Feature]

202312160528

16 Dec 05:29
Compare
Choose a tag to compare
Support serializing records (RecordValue) in addition to sequences

(TupleValues) in JsonSerialize operator.

A RecordValue is serialized to a Json object, with the record value's
(finite) domain of strings being the Json keys.

[Feature][TLC]

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

202311162248

16 Nov 22:48
6ff7419
Compare
Choose a tag to compare
Remove use of deprecated `Applicable` interface (#93)

Signed-off-by: Calvin Loncaric <[email protected]>

202311011627

01 Nov 16:28
Compare
Choose a tag to compare
Gracefully fail on a non-tuple argument in Json!JsonSerialize and

Json!ndJsonSerialize.

Related to https://github.com/microsoft/CCF/pull/5807

[Feature][TLC]