Skip to content

Commit

Permalink
Merge pull request #933 from IETS3/bugfix/RecordValueToString
Browse files Browse the repository at this point in the history
RecordValue: toString can be modified an has default implementation r…
  • Loading branch information
arimer authored Apr 29, 2024
2 parents e8b539b + 850921a commit c37f467
Show file tree
Hide file tree
Showing 4 changed files with 646 additions and 91 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,15 @@ The project does _not_ follow Semantic Versioning and the changes are documented

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

### Added

- RecordValues can have a customized string representation.

### Fixed

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

## March 2024

Expand Down
Empty file modified code/languages/org.iets3.opensource/.mps/modules.xml
100755 → 100644
Empty file.
Loading

0 comments on commit c37f467

Please sign in to comment.