Skip to content

Tags: younes-io/CommunityModules

Tags

202312160528

Toggle 202312160528's commit message
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 <github.com@lemmster.de>

202311162248

Toggle 202311162248's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove use of deprecated `Applicable` interface (tlaplus#93)

Signed-off-by: Calvin Loncaric <calvin.loncaric@oracle.com>

202311011627

Toggle 202311011627's commit message
Gracefully fail on a non-tuple argument in Json!JsonSerialize and

Json!ndJsonSerialize.

Related to microsoft/CCF#5807

[Feature][TLC]

202310112105

Toggle 202310112105's commit message
Add SequencesExt!RemoveFirst and RemoveFirstMatch.

202310082309

Toggle 202310082309's commit message
Add SequencesExt!Suffixes

202310021704

Toggle 202310021704's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix typos (tlaplus#89)

Signed-off-by: Sergey Bronnikov <estetus@gmail.com>

202308240039

Toggle 202308240039's commit message
Add CSV!CSVWriteRecord as a convenience method to write a record

(optionally including its names as column headers).

[Feature]

Signed-off-by: Markus Alexander Kuppe <github.com@lemmster.de>

202308222326

Toggle 202308222326's commit message
Fix bogus error messages.

[Bug]

Signed-off-by: Markus Alexander Kuppe <github.com@lemmster.de>

202307191312

Toggle 202307191312's commit message
Copy domain and value arrays before normalization to *not* modify the

original
value.

[Bug]

Signed-off-by: Markus Alexander Kuppe <github.com@lemmster.de>

202304140044

Toggle 202304140044's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Correct Java module override reference in comment.