Skip to content

Commit e2e87b1

Browse files
Merge pull request #2956 from mbeddr/merge/master
Merge maintenance/mps20251 into master
2 parents 09cb973 + 93edbe7 commit e2e87b1

File tree

14 files changed

+122
-70
lines changed

14 files changed

+122
-70
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,27 @@ All notable changes to this project will be documented in this file.
55
The format is _loosely_ based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). The project does _not_ follow
66
Semantic Versioning and the changes are simply documented in reverse chronological order, grouped by calendar month.
77

8+
# May 2025
9+
10+
## com.mbeddr.doc
11+
12+
### Fixed
13+
14+
- PlantUML version changed from erroneously used old 8059 back to 1.2025.2. The erroneous update happened in commit
15+
[d3e54084](https://github.com/mbeddr/mbeddr.core/commit/d3e540849808d1649a4728ac9a32a5c06d37ade2), and was merged
16+
in [ee09cc31](https://github.com/mbeddr/mbeddr.core/commit/ee09cc3167c9943e3a193d2d2dc89d3e82fd1e35) in April 2025.
17+
18+
## com.mbeddr.mpsutil.process
19+
20+
### Fixed
21+
22+
- Cleaned up leftovers after the renaming of com.mbeddr.mpsutil.process to com.mbeddr.mpsutil.wizard.
23+
- Cleaned up leftovers after the renaming of com.mbeddr.mpsutil.test to com.mbeddr.mpsutil.strings.
24+
25+
## com.mbeddr.mpsutil.actionsfilter
26+
27+
- An exception (!app.isDispatchThread()) was fixed that was related to the initialization of the actionsfilter language.
28+
829
# April 2025
930

1031
## com.mbeddr.mpsutil.process

code/applications/tutorial/solutions/com.mbeddr.tutorial.startup/models/com/mbeddr/tutorial/startup/plugin.mps

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
<reference id="1217252646389" name="key" index="1DUlNI" />
7171
</concept>
7272
<concept id="1217252428768" name="jetbrains.mps.lang.plugin.structure.ActionDataParameterReferenceOperation" flags="nn" index="1DTwFV" />
73-
<concept id="1217413147516" name="jetbrains.mps.lang.plugin.structure.ActionParameter" flags="ngI" index="1NuADB">
73+
<concept id="1217413147516" name="jetbrains.mps.lang.plugin.structure.ActionParameter" flags="ng" index="1NuADB">
7474
<child id="5538333046911298738" name="condition" index="1oa70y" />
7575
</concept>
7676
</language>
@@ -99,7 +99,7 @@
9999
<concept id="1188207840427" name="jetbrains.mps.baseLanguage.structure.AnnotationInstance" flags="nn" index="2AHcQZ">
100100
<reference id="1188208074048" name="annotation" index="2AI5Lk" />
101101
</concept>
102-
<concept id="1188208481402" name="jetbrains.mps.baseLanguage.structure.HasAnnotation" flags="ngI" index="2AJDlI">
102+
<concept id="1188208481402" name="jetbrains.mps.baseLanguage.structure.HasAnnotation" flags="ng" index="2AJDlI">
103103
<child id="1188208488637" name="annotation" index="2AJF6D" />
104104
</concept>
105105
<concept id="1197027756228" name="jetbrains.mps.baseLanguage.structure.DotExpression" flags="nn" index="2OqwBi">
@@ -170,7 +170,7 @@
170170
<child id="1154542793668" name="componentType" index="3g7fb8" />
171171
<child id="1154542803372" name="initValue" index="3g7hyw" />
172172
</concept>
173-
<concept id="1204053956946" name="jetbrains.mps.baseLanguage.structure.IMethodCall" flags="ngI" index="1ndlxa">
173+
<concept id="1204053956946" name="jetbrains.mps.baseLanguage.structure.IMethodCall" flags="ng" index="1ndlxa">
174174
<reference id="1068499141037" name="baseMethodDeclaration" index="37wK5l" />
175175
<child id="1068499141038" name="actualArgument" index="37wK5m" />
176176
</concept>
@@ -190,7 +190,7 @@
190190
<child id="1081773367580" name="leftExpression" index="3uHU7B" />
191191
</concept>
192192
<concept id="1073239437375" name="jetbrains.mps.baseLanguage.structure.NotEqualsExpression" flags="nn" index="3y3z36" />
193-
<concept id="1178549954367" name="jetbrains.mps.baseLanguage.structure.IVisible" flags="ngI" index="1B3ioH">
193+
<concept id="1178549954367" name="jetbrains.mps.baseLanguage.structure.IVisible" flags="ng" index="1B3ioH">
194194
<child id="1178549979242" name="visibility" index="1B3o_S" />
195195
</concept>
196196
<concept id="1146644602865" name="jetbrains.mps.baseLanguage.structure.PublicVisibility" flags="nn" index="3Tm1VV" />
@@ -217,7 +217,7 @@
217217
<concept id="1213999088275" name="jetbrains.mps.baseLanguage.classifiers.structure.DefaultClassifierFieldDeclaration" flags="ig" index="2BZ0e9" />
218218
<concept id="1213999117680" name="jetbrains.mps.baseLanguage.classifiers.structure.DefaultClassifierFieldAccessOperation" flags="nn" index="2BZ7hE" />
219219
<concept id="1205752633985" name="jetbrains.mps.baseLanguage.classifiers.structure.ThisClassifierExpression" flags="nn" index="2WthIp" />
220-
<concept id="1205756064662" name="jetbrains.mps.baseLanguage.classifiers.structure.IMemberOperation" flags="ngI" index="2WEnae">
220+
<concept id="1205756064662" name="jetbrains.mps.baseLanguage.classifiers.structure.IMemberOperation" flags="ng" index="2WEnae">
221221
<reference id="1205756909548" name="member" index="2WH_rO" />
222222
</concept>
223223
</language>
@@ -248,7 +248,7 @@
248248
<concept id="1133920641626" name="jetbrains.mps.lang.core.structure.BaseConcept" flags="ng" index="2VYdi">
249249
<child id="5169995583184591170" name="smodelAttribute" index="lGtFl" />
250250
</concept>
251-
<concept id="1169194658468" name="jetbrains.mps.lang.core.structure.INamedConcept" flags="ngI" index="TrEIO">
251+
<concept id="1169194658468" name="jetbrains.mps.lang.core.structure.INamedConcept" flags="ng" index="TrEIO">
252252
<property id="1169194664001" name="name" index="TrG5h" />
253253
</concept>
254254
<concept id="4222318806802425298" name="jetbrains.mps.lang.core.structure.SuppressErrorsAnnotation" flags="ng" index="15s5l7">

code/languages/com.mbeddr.build/solutions/com.mbeddr.build/models/com/mbeddr/build/build.mps

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@
263263
<ref role="m$_y1" to="90a9:77YfcvOMg42" resolve="de.itemis.mps.compare" />
264264
</node>
265265
<node concept="m$_yC" id="K3FXS9PK_b" role="m$_yJ">
266-
<ref role="m$_y1" to="al5i:5fGcQI93Tz0" resolve="com.mbeddr.mpsutil.wizardwizard" />
266+
<ref role="m$_y1" to="al5i:5fGcQI93Tz0" resolve="com.mbeddr.mpsutil.wizard" />
267267
</node>
268268
<node concept="m$_yC" id="631ZZAfPKBG" role="m$_yJ">
269269
<ref role="m$_y1" to="al5i:7tNo_gxoK8h" resolve="com.mbeddr.doc" />

code/languages/com.mbeddr.cc/languages/com.mbeddr.cc.requirements/languageModels/editor.mps

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<import index="tpco" ref="r:00000000-0000-4000-0000-011c89590284(jetbrains.mps.lang.core.editor)" />
2323
<import index="y6af" ref="r:266125ed-2b05-4b4a-aa3e-7e3d1931d4cd(com.mbeddr.cc.trace.behavior)" />
2424
<import index="vs0r" ref="r:f7764ca4-8c75-4049-922b-08516400a727(com.mbeddr.core.base.structure)" />
25-
<import index="hczm" ref="ebc3846f-fa92-4849-93e4-dec2faf6b78f/r:b9ee036f-3395-4eab-86f3-44b8517c4f7e(com.mbeddr.mpsutil.lib/com.mbeddr.mpsutil.test.modelone)" />
25+
<import index="hczm" ref="ebc3846f-fa92-4849-93e4-dec2faf6b78f/r:b9ee036f-3395-4eab-86f3-44b8517c4f7e(com.mbeddr.mpsutil.strings/com.mbeddr.mpsutil.strings.util)" />
2626
<import index="wyt6" ref="6354ebe7-c22a-4a0f-ac54-50b52ab9b065/java:java.lang(JDK/)" />
2727
<import index="tpen" ref="r:00000000-0000-4000-0000-011c895902c3(jetbrains.mps.baseLanguage.editor)" />
2828
<import index="h23j" ref="r:bbbfeb3c-4321-4879-a3bb-77f1152cdb6b(com.mbeddr.cc.requirements.actions)" />

code/languages/com.mbeddr.mpsutil/.mps/modules.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@
6969
<modulePath path="$PROJECT_DIR$/languages/com.mbeddr.mpsutil.plantuml.node/com.mbeddr.mpsutil.plantuml.node.mpl" folder="staging.plantuml" />
7070
<modulePath path="$PROJECT_DIR$/languages/com.mbeddr.mpsutil.postprocessGeneratedFiles/com.mbeddr.mpsutil.postprocessGeneratedFiles.mpl" folder="staging.postprocessGeneratedFiles" />
7171
<modulePath path="$PROJECT_DIR$/languages/com.mbeddr.mpsutil.preferenceform/com.mbeddr.mpsutil.preferenceform.mpl" folder="staging.preferenceform" />
72-
<modulePath path="$PROJECT_DIR$/languages/com.mbeddr.mpsutil.wizard/com.mbeddr.mpsutil.wizard.mpl" folder="staging.process" />
7372
<modulePath path="$PROJECT_DIR$/languages/com.mbeddr.mpsutil.propertydefault/com.mbeddr.mpsutil.propertydefault.mpl" folder="stable.propertydefault" />
7473
<modulePath path="$PROJECT_DIR$/languages/com.mbeddr.mpsutil.rcp/com.mbeddr.mpsutil.rcp.mpl" folder="staging.rcp" />
7574
<modulePath path="$PROJECT_DIR$/languages/com.mbeddr.mpsutil.rcp/runtime/com.mbeddr.mpsutil.rcp.runtime.msd" folder="staging.rcp" />
@@ -91,6 +90,7 @@
9190
<modulePath path="$PROJECT_DIR$/languages/com.mbeddr.mpsutil.userstyles.sandboxlang/com.mbeddr.mpsutil.userstyles.sandboxlang.mpl" folder="staging.userstyles" />
9291
<modulePath path="$PROJECT_DIR$/languages/com.mbeddr.mpsutil.userstyles/com.mbeddr.mpsutil.userstyles.mpl" folder="staging.userstyles" />
9392
<modulePath path="$PROJECT_DIR$/languages/com.mbeddr.mpsutil.varscope/com.mbeddr.mpsutil.varscope.mpl" folder="stable.varscope" />
93+
<modulePath path="$PROJECT_DIR$/languages/com.mbeddr.mpsutil.wizard/com.mbeddr.mpsutil.wizard.mpl" folder="staging.wizard" />
9494
<modulePath path="$PROJECT_DIR$/languages/com.mbeddr.mpsutil.xml.fix/com.mbeddr.mpsutil.xml.fix.mpl" folder="stable.xml.fix" />
9595
<modulePath path="$PROJECT_DIR$/languages/doc.com.mbeddr.mpsutil.multilingual.lang/doc.com.mbeddr.mpsutil.multilingual.lang.mpl" folder="rest.multilingual" />
9696
<modulePath path="$PROJECT_DIR$/languages/test.com.mbeddr.mpsutil.ecore.metaModelImport.expectedComplex10/test.com.mbeddr.mpsutil.ecore.metaModelImport.expectedComplex10.mpl" folder="rest.ecore.tests.testLanguages" />
@@ -109,9 +109,9 @@
109109
<modulePath path="$PROJECT_DIR$/solutions/com.mbeddr.mpsutil.datepicker.sandbox.demo/com.mbeddr.mpsutil.datepicker.sandbox.demo.msd" folder="staging.datePicker" />
110110
<modulePath path="$PROJECT_DIR$/solutions/com.mbeddr.mpsutil.dependenciesdiagram.sandbox/com.mbeddr.mpsutil.dependenciesdiagram.sandbox.msd" folder="rest.dependenciesdiagram" />
111111
<modulePath path="$PROJECT_DIR$/solutions/com.mbeddr.mpsutil.ecore.runtime/com.mbeddr.mpsutil.ecore.runtime.msd" folder="rest.ecore.impl" />
112+
<modulePath path="$PROJECT_DIR$/solutions/com.mbeddr.mpsutil.ecore.stubs/com.mbeddr.mpsutil.ecore.stubs.msd" folder="rest.ecore.impl" />
112113
<modulePath path="$PROJECT_DIR$/solutions/com.mbeddr.mpsutil.ecore.testing.runtime/com.mbeddr.mpsutil.ecore.testing.runtime.msd" folder="rest.ecore.tests.testUtils" />
113114
<modulePath path="$PROJECT_DIR$/solutions/com.mbeddr.mpsutil.ecore.ui.modelexporter/com.mbeddr.mpsutil.ecore.ui.msd" folder="rest.ecore.impl" />
114-
<modulePath path="$PROJECT_DIR$/solutions/com.mbeddr.mpsutil.ecore.stubs/com.mbeddr.mpsutil.ecore.stubs.msd" folder="rest.ecore.impl" />
115115
<modulePath path="$PROJECT_DIR$/solutions/com.mbeddr.mpsutil.editingGuide.execution/com.mbeddr.mpsutil.editingGuide.execution.msd" folder="staging.editingGuide" />
116116
<modulePath path="$PROJECT_DIR$/solutions/com.mbeddr.mpsutil.editingGuide.plugin/com.mbeddr.mpsutil.editingGuide.plugin.msd" folder="staging.editingGuide" />
117117
<modulePath path="$PROJECT_DIR$/solutions/com.mbeddr.mpsutil.editingGuide.runtime/com.mbeddr.mpsutil.editingGuide.runtime.msd" folder="staging.editingGuide" />
@@ -121,7 +121,6 @@
121121
<modulePath path="$PROJECT_DIR$/solutions/com.mbeddr.mpsutil.generatorfacade/com.mbeddr.mpsutil.generatorfacade.msd" folder="staging" />
122122
<modulePath path="$PROJECT_DIR$/solutions/com.mbeddr.mpsutil.genericactions/com.mbeddr.mpsutil.genericactions.msd" folder="staging" />
123123
<modulePath path="$PROJECT_DIR$/solutions/com.mbeddr.mpsutil.genreview/com.mbeddr.mpsutil.genreview.msd" folder="rest.genreview" />
124-
<modulePath path="$PROJECT_DIR$/solutions/com.mbeddr.mpsutil.httpserver/com.mbeddr.mpsutil.httpserver.msd" folder="staging.httpSupport" />
125124
<modulePath path="$PROJECT_DIR$/solutions/com.mbeddr.mpsutil.hyperlink.sandbox.sandbox/com.mbeddr.mpsutil.hyperlink.sandbox.sandbox.msd" folder="staging.hyperlink" />
126125
<modulePath path="$PROJECT_DIR$/solutions/com.mbeddr.mpsutil.interpreter.migration/com.mbeddr.mpsutil.interpreter.migration.msd" folder="staging.interpreter" />
127126
<modulePath path="$PROJECT_DIR$/solutions/com.mbeddr.mpsutil.interpreter.plugin/com.mbeddr.mpsutil.interpreter.plugin.msd" folder="staging.interpreter" />
@@ -145,24 +144,24 @@
145144
<modulePath path="$PROJECT_DIR$/solutions/com.mbeddr.mpsutil.postprocessGeneratedFiles.runtime/com.mbeddr.mpsutil.postprocessGeneratedFiles.runtime.msd" folder="staging.postprocessGeneratedFiles" />
146145
<modulePath path="$PROJECT_DIR$/solutions/com.mbeddr.mpsutil.preferenceform.runtime/com.mbeddr.mpsutil.preferenceform.runtime.msd" folder="staging.preferenceform" />
147146
<modulePath path="$PROJECT_DIR$/solutions/com.mbeddr.mpsutil.print.pluginSolution/com.mbeddr.mpsutil.print.pluginSolution.msd" folder="staging" />
148-
<modulePath path="$PROJECT_DIR$/solutions/com.mbeddr.mpsutil.wizard.extension.sandbox/com.mbeddr.mpsutil.wizard.extension.sandbox.msd" folder="staging.process" />
149-
<modulePath path="$PROJECT_DIR$/solutions/com.mbeddr.mpsutil.wizard.runtime/com.mbeddr.mpsutil.wizard.runtime.msd" folder="staging.process" />
150-
<modulePath path="$PROJECT_DIR$/solutions/com.mbeddr.mpsutil.wizard.sandbox/com.mbeddr.mpsutil.wizard.sandbox.msd" folder="staging.process" />
151147
<modulePath path="$PROJECT_DIR$/solutions/com.mbeddr.mpsutil.review.runtime/com.mbeddr.mpsutil.review.runtime.msd" folder="staging.margincell_review" />
152148
<modulePath path="$PROJECT_DIR$/solutions/com.mbeddr.mpsutil.review.sandbox/com.mbeddr.mpsutil.review.sandbox.msd" folder="staging.margincell_review" />
153149
<modulePath path="$PROJECT_DIR$/solutions/com.mbeddr.mpsutil.richstring.sandbox/com.mbeddr.mpsutil.richstring.sandbox.msd" folder="rest.richstring" />
154150
<modulePath path="$PROJECT_DIR$/solutions/com.mbeddr.mpsutil.smodule.runtime/com.mbeddr.mpsutil.smodule.runtime.msd" folder="staging.smodule" />
155151
<modulePath path="$PROJECT_DIR$/solutions/com.mbeddr.mpsutil.spreferences.demoplugin/com.mbeddr.mpsutil.spreferences.demoplugin.msd" folder="staging.spreferences" />
156152
<modulePath path="$PROJECT_DIR$/solutions/com.mbeddr.mpsutil.spreferences.runtime/com.mbeddr.mpsutil.spreferences.runtime.msd" folder="staging.spreferences" />
153+
<modulePath path="$PROJECT_DIR$/solutions/com.mbeddr.mpsutil.strings/com.mbeddr.mpsutil.strings.msd" folder="rest" />
157154
<modulePath path="$PROJECT_DIR$/solutions/com.mbeddr.mpsutil.targetchooser/com.mbeddr.mpsutil.targetchooser.msd" folder="targetchooser" />
158155
<modulePath path="$PROJECT_DIR$/solutions/com.mbeddr.mpsutil.test.util/com.mbeddr.mpsutil.test.util.msd" folder="rest" />
159-
<modulePath path="$PROJECT_DIR$/solutions/com.mbeddr.mpsutil.test/com.mbeddr.mpsutil.strings.msd" folder="rest" />
160156
<modulePath path="$PROJECT_DIR$/solutions/com.mbeddr.mpsutil.toolrunner/com.mbeddr.mpsutil.toolrunner.msd" folder="" />
161157
<modulePath path="$PROJECT_DIR$/solutions/com.mbeddr.mpsutil.traceExplorer/com.mbeddr.mpsutil.traceExplorer.msd" folder="staging.traceExplorer" />
162158
<modulePath path="$PROJECT_DIR$/solutions/com.mbeddr.mpsutil.typesystem.rt/com.mbeddr.mpsutil.typesystem.rt.msd" folder="rest.typesystem.trace" />
163159
<modulePath path="$PROJECT_DIR$/solutions/com.mbeddr.mpsutil.userstyles.runtime/com.mbeddr.mpsutil.userstyles.runtime.msd" folder="staging.userstyles" />
164160
<modulePath path="$PROJECT_DIR$/solutions/com.mbeddr.mpsutil.userstyles.sandbox/com.mbeddr.mpsutil.userstyles.sandbox.msd" folder="staging.userstyles" />
165161
<modulePath path="$PROJECT_DIR$/solutions/com.mbeddr.mpsutil.varscope.runtime/com.mbeddr.mpsutil.varscope.runtime.msd" folder="stable.varscope" />
162+
<modulePath path="$PROJECT_DIR$/solutions/com.mbeddr.mpsutil.wizard.extension.sandbox/com.mbeddr.mpsutil.wizard.extension.sandbox.msd" folder="staging.wizard" />
163+
<modulePath path="$PROJECT_DIR$/solutions/com.mbeddr.mpsutil.wizard.runtime/com.mbeddr.mpsutil.wizard.runtime.msd" folder="staging.wizard" />
164+
<modulePath path="$PROJECT_DIR$/solutions/com.mbeddr.mpsutil.wizard.sandbox/com.mbeddr.mpsutil.wizard.sandbox.msd" folder="staging.wizard" />
166165
<modulePath path="$PROJECT_DIR$/solutions/com.mbeddr.mpsutil.xmlImport/com.mbeddr.mpsutil.xmlImport.msd" folder="" />
167166
<modulePath path="$PROJECT_DIR$/solutions/com.opencsv/com.opencsv.msd" folder="" />
168167
<modulePath path="$PROJECT_DIR$/solutions/org.mockito/org.mockito.msd" folder="stubs" />
@@ -180,6 +179,7 @@
180179
<modulePath path="$PROJECT_DIR$/tests/test.com.mbeddr.mpsutil.ecoretransformation.modelImportExport.testLanguage4/test.com.mbeddr.mpsutil.ecoretransformation.modelImportExport.testLanguage4.mpl" folder="rest.ecore.tests.testLanguages" />
181180
<modulePath path="$PROJECT_DIR$/tests/test.com.mbeddr.mpsutil.ecoretransformation.modelImportExport.testLanguage5/test.com.mbeddr.mpsutil.ecoretransformation.modelImportExport.testLanguage5.mpl" folder="rest.ecore.tests.testLanguages" />
182181
<modulePath path="$PROJECT_DIR$/tests/test.com.mbeddr.mpsutil.ecoretransformation.modelImportExport.testLanguage6/test.com.mbeddr.mpsutil.ecoretransformation.modelImportExport.testLanguage6.mpl" folder="rest.ecore.tests.testLanguages" />
182+
<modulePath path="$PROJECT_DIR$/tests/test.com.mbeddr.mpsutil.extensionclass.source/test.com.mbeddr.mpsutil.extensionclass.source.msd" folder="staging.extensionclass" />
183183
<modulePath path="$PROJECT_DIR$/tests/test.com.mbeddr.mpsutil.extensionclass/test.com.mbeddr.mpsutil.extensionclass.msd" folder="staging.extensionclass" />
184184
<modulePath path="$PROJECT_DIR$/tests/test.com.mbeddr.mpsutil.iconchar.test/test.com.mbeddr.mpsutil.iconchar.test.msd" folder="stable.iconchar" />
185185
<modulePath path="$PROJECT_DIR$/tests/test.com.mbeddr.mpsutil.iconchar/test.com.mbeddr.mpsutil.iconchar.mpl" folder="stable.iconchar" />

code/languages/com.mbeddr.mpsutil/languages/com.mbeddr.mpsutil.extensionclass/languageModels/behavior.mps

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -343,12 +343,12 @@
343343
<node concept="3cpWsn" id="6ffEDrb$cbq" role="3cpWs9">
344344
<property role="TrG5h" value="result" />
345345
<node concept="2I9FWS" id="6ffEDrb$cbr" role="1tU5fm">
346-
<ref role="2I9WkF" to="tpee:fz3vP1H" resolve="Type" />
346+
<ref role="2I9WkF" to="tpck:hYa1RjM" resolve="IType" />
347347
</node>
348348
<node concept="2ShNRf" id="6ffEDrb$cbs" role="33vP2m">
349349
<node concept="2T8Vx0" id="6ffEDrb$cbt" role="2ShVmc">
350350
<node concept="2I9FWS" id="6ffEDrb$cbu" role="2T96Bj">
351-
<ref role="2I9WkF" to="tpee:fz3vP1H" resolve="Type" />
351+
<ref role="2I9WkF" to="tpck:hYa1RjM" resolve="IType" />
352352
</node>
353353
</node>
354354
</node>
@@ -468,7 +468,7 @@
468468
<node concept="3cpWsn" id="6ffEDrb$cbW" role="3cpWs9">
469469
<property role="TrG5h" value="last" />
470470
<node concept="3Tqbb2" id="6ffEDrb$cbX" role="1tU5fm">
471-
<ref role="ehGHo" to="tpee:fz3vP1H" resolve="Type" />
471+
<ref role="ehGHo" to="tpck:hYa1RjM" resolve="IType" />
472472
</node>
473473
<node concept="2OqwBi" id="6ffEDrb$cbY" role="33vP2m">
474474
<node concept="37vLTw" id="3GM_nagTzEo" role="2Oq$k0">
@@ -653,7 +653,7 @@
653653
<node concept="10Oyi0" id="6ffEDrb$cbn" role="1tU5fm" />
654654
</node>
655655
<node concept="2I9FWS" id="6ffEDrb$cbo" role="3clF45">
656-
<ref role="2I9WkF" to="tpee:fz3vP1H" resolve="Type" />
656+
<ref role="2I9WkF" to="tpck:hYa1RjM" resolve="IType" />
657657
</node>
658658
</node>
659659
<node concept="13i0hz" id="4X7wieqBDpX" role="13h7CS">

0 commit comments

Comments
 (0)