Skip to content

Commit c37f467

Browse files
authored
Merge pull request #933 from IETS3/bugfix/RecordValueToString
RecordValue: toString can be modified an has default implementation r…
2 parents e8b539b + 850921a commit c37f467

File tree

4 files changed

+646
-91
lines changed

4 files changed

+646
-91
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,15 @@ The project does _not_ follow Semantic Versioning and the changes are documented
1111

1212
- The unnecessary super types of the tuple type were removed and are not necessary anymore.
1313

14+
### Added
15+
16+
- RecordValues can have a customized string representation.
17+
1418
### Fixed
1519

1620
- Empty-like nodes now automatically select the first code completion entry if there is only one entry.
1721
- Enum literals now can be compared for equality in the generator.
22+
- String representation of RecordValues is improved.
1823

1924
## March 2024
2025

code/languages/org.iets3.opensource/.mps/modules.xml

100755100644
File mode changed.

0 commit comments

Comments
 (0)