Skip to content

Commit ff57077

Browse files
author
Alexander Pann
committed
expr.toplevel: fix type calculation of field setter
1 parent 63658ef commit ff57077

File tree

2 files changed

+12
-2
lines changed
  • code/languages/org.iets3.opensource/languages/org.iets3.core.expr.toplevel/models/org/iets3/core/expr/toplevel

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,14 @@ The project does _not_ follow Semantic Versioning and the changes are documented
77

88
## March 2024
99

10+
### Added
11+
1012
- *MessageDefiniton* uses *extensionPoint/IdentifierConfigurator/* that allows the user to decide to use german umlauts and paragraphs in it.
1113
- This extensionPoint got a new method to select which implementation will be chosen.
1214

15+
### Fixed
16+
17+
- The type calculation of field setters now works.
1318

1419
## February 2024
1520

code/languages/org.iets3.opensource/languages/org.iets3.core.expr.toplevel/models/org/iets3/core/expr/toplevel/behavior.mps

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8658,8 +8658,13 @@
86588658
<node concept="3Tqbb2" id="7SszixhZWjX" role="3clF45" />
86598659
<node concept="3clFbS" id="7SszixhZVRs" role="3clF47">
86608660
<node concept="3clFbF" id="7SszixhZWys" role="3cqZAp">
8661-
<node concept="37vLTw" id="7SszixhZWyr" role="3clFbG">
8662-
<ref role="3cqZAo" node="7SszixhZWr_" resolve="setter" />
8661+
<node concept="2OqwBi" id="62KthWc7WCS" role="3clFbG">
8662+
<node concept="37vLTw" id="7SszixhZWyr" role="2Oq$k0">
8663+
<ref role="3cqZAo" node="7SszixhZWr_" resolve="setter" />
8664+
</node>
8665+
<node concept="3TrEf2" id="62KthWc7WPz" role="2OqNvi">
8666+
<ref role="3Tt5mk" to="yv47:4ptnK4jbqZQ" resolve="field" />
8667+
</node>
86638668
</node>
86648669
</node>
86658670
</node>

0 commit comments

Comments
 (0)