Skip to content

Commit a0a2016

Browse files
authored
Merge branch 'maintenance/mps20241' into merge/mps20232
2 parents 8e970f3 + 3046540 commit a0a2016

File tree

2 files changed

+8
-6
lines changed
  • code/languages/org.iets3.opensource/solutions/org.iets3.opensource.build/models/org/iets3/opensource/build

2 files changed

+8
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ The project does _not_ follow Semantic Versioning and the changes are documented
99

1010
### Fixed
1111

12+
- Plugin org.iets3.safety was renamed to org.iets3.safety.os fixing the name collision with a plugin in org.iets3.core
13+
1214
- A NullPointerException was fixed for cases where a node implementing IValidNamedConcept had no name.
1315
- When calculating the supertype of number types, the precision is now correctly set to infinite when one of the types has an infinite precision.
1416

code/languages/org.iets3.opensource/solutions/org.iets3.opensource.build/models/org/iets3/opensource/build/build.mps

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@
514514
<node concept="pUk6x" id="1D8fMMrKjdR" role="pUk7w" />
515515
</node>
516516
<node concept="m$_wl" id="3NHTh2QYZqh" role="39821P">
517-
<ref role="m_rDy" node="3NHTh2QYZdS" resolve="org.iets3.safety" />
517+
<ref role="m_rDy" node="3NHTh2QYZdS" resolve="org.iets3.safety.os" />
518518
<node concept="pUk6x" id="3NHTh2QYZtd" role="pUk7w" />
519519
</node>
520520
<node concept="m$_wl" id="1PzuxQOWHfM" role="39821P">
@@ -14211,15 +14211,15 @@
1421114211
</node>
1421214212
</node>
1421314213
<node concept="m$_wf" id="3NHTh2QYZdS" role="3989C9">
14214-
<property role="m$_wk" value="org.iets3.safety" />
14214+
<property role="m$_wk" value="org.iets3.safety.os" />
1421514215
<node concept="3_J27D" id="3NHTh2QYZdU" role="m$_yQ">
1421614216
<node concept="3Mxwew" id="3NHTh2QYZhW" role="3MwsjC">
14217-
<property role="3MwjfP" value="org.iets3.safety" />
14217+
<property role="3MwjfP" value="org.iets3.safety.os" />
1421814218
</node>
1421914219
</node>
1422014220
<node concept="3_J27D" id="3NHTh2QYZdW" role="m_cZH">
1422114221
<node concept="3Mxwew" id="3NHTh2QYZiH" role="3MwsjC">
14222-
<property role="3MwjfP" value="org.iets3.safety" />
14222+
<property role="3MwjfP" value="org.iets3.safety.os" />
1422314223
</node>
1422414224
</node>
1422514225
<node concept="3_J27D" id="3NHTh2QYZdY" role="m$_w8">
@@ -14228,14 +14228,14 @@
1422814228
</node>
1422914229
</node>
1423014230
<node concept="m$f5U" id="3NHTh2QYZlB" role="m$_yh">
14231-
<ref role="m$f5T" node="3NHTh2QYYvQ" resolve="org.iets3.safety" />
14231+
<ref role="m$f5T" node="3NHTh2QYYvQ" resolve="org.iets3.safety.os" />
1423214232
</node>
1423314233
<node concept="m$_yC" id="3NHTh2QZ0aB" role="m$_yJ">
1423414234
<ref role="m$_y1" node="5wLtKNeSRRD" resolve="org.iets3.core.os" />
1423514235
</node>
1423614236
</node>
1423714237
<node concept="2G$12M" id="3NHTh2QYYvQ" role="3989C9">
14238-
<property role="TrG5h" value="org.iets3.safety" />
14238+
<property role="TrG5h" value="org.iets3.safety.os" />
1423914239
<node concept="1E1JtD" id="3NHTh2QYY_W" role="2G$12L">
1424014240
<property role="BnDLt" value="true" />
1424114241
<property role="TrG5h" value="org.iets3.safety.attributes" />

0 commit comments

Comments
 (0)