Skip to content

Commit 4813ec0

Browse files
authored
Merge pull request #1612 from IETS3/merge/mps20251
Merge maintenance/mps20251 into master
2 parents c804c9b + 5645d27 commit 4813ec0

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ The project does _not_ follow Semantic Versioning and the changes are documented
1313
- The units `Joule`, `Coulomb` and `Watt` can now have also prefixes with negative metric scaling, e.g., `mW` (Milliwatt). Additionally, some typos have been corrected in the physical units documentation.
1414
- The precision of number types with prefixed units (e.g. `mW` or `km`) was always set to `infinite` by the typesystem. Now, the precision is as precise as possible.
1515
- Variability: Viewer for skeleton trees has been improved (better error reporting, more stable, does not break on nodes which are string literals).
16+
- ShortLambda Interpreter: Fixed a bug which resulted in a `RuntimeErrorType` when interpreting ShortLambdas.
1617

1718
## December 2025
1819

code/languages/org.iets3.opensource/languages/org.iets3.core.expr.lambda/models/plugin.mps

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2796,8 +2796,11 @@
27962796
</node>
27972797
<node concept="3clFbF" id="5s__jxDPOrl" role="3cqZAp">
27982798
<node concept="37vLTI" id="5s__jxDPVYt" role="3clFbG">
2799-
<node concept="37vLTw" id="5s__jxDPXKc" role="37vLTx">
2800-
<ref role="3cqZAo" node="7cphKbKO6qs" resolve="ttt" />
2799+
<node concept="2OqwBi" id="2UmCUZmeiLx" role="37vLTx">
2800+
<node concept="37vLTw" id="5s__jxDPXKc" role="2Oq$k0">
2801+
<ref role="3cqZAo" node="7cphKbKO6qs" resolve="ttt" />
2802+
</node>
2803+
<node concept="1$rogu" id="2UmCUZmelqy" role="2OqNvi" />
28012804
</node>
28022805
<node concept="2OqwBi" id="5s__jxDPQwi" role="37vLTJ">
28032806
<node concept="37vLTw" id="5s__jxDPOrj" role="2Oq$k0">

0 commit comments

Comments
 (0)