gitgabrio commented on issue #1020: URL: https://github.com/apache/incubator-kie-issues/issues/1020#issuecomment-2066330015
It seems the merged PR does not have any test, and that the editor crashes as soon as an expression is inserted  ```xml <?xml version="1.0" encoding="UTF-8" ?> <definitions xmlns="https://www.omg.org/spec/DMN/20230324/MODEL/" xmlns:dmndi="https://www.omg.org/spec/DMN/20230324/DMNDI/" xmlns:dc="http://www.omg.org/spec/DMN/20180521/DC/" xmlns:di="http://www.omg.org/spec/DMN/20180521/DI/" xmlns:kie="https://kie.org/dmn/extensions/1.0" expressionLanguage="https://www.omg.org/spec/DMN/20230324/FEEL/" namespace="https://kie.org/dmn/_992148AC-AC3F-4BC2-B8D0-1E4E3A1F3FB7" id="_F92B359C-9BC4-45AD-B3FE-BF86D69BA72A" name="DMN_61E36801-2864-4FFA-9471-287B9DEAFEA6"> <itemDefinition id="_948BA971-898E-4F5F-9C17-3F367DAC289F" name="tInterests" isCollection="true" typeLanguage="https://www.omg.org/spec/DMN/20230324/FEEL/"> <typeRef>string</typeRef> <typeConstraint kie:constraintType="expression" id="_A18EBD2D-1C96-4A28-98AB-A5F941246CFE"> <text>count(?) = 2</text> </typeConstraint> </itemDefinition> <inputData name="New Input Data" id="_9CB691B7-0B6A-4633-B528-0E2BDD3EC4DC"> <variable name="New Input Data" id="_42D2C638-7E11-400D-8C34-C458F827D7DD" typeRef="tInterests" /> </inputData> <decision name="New Decision" id="_9228CD94-8DFA-4645-B163-243C7F01818B"> <variable id="_B3D9B2B0-AA3F-4ABB-8E78-08A212F4DE0C" typeRef="Any" name="New Decision" /> <informationRequirement id="_3302E414-47AA-49F4-B618-209AA1CA0BDA"> <requiredInput href="#_9CB691B7-0B6A-4633-B528-0E2BDD3EC4DC" /> </informationRequirement> <literalExpression id="_6CED4ABF-F3D9-4C56-BB16-89DFC5A3D172" typeRef="Any" label="New Decision"> <text>New Input Data</text> </literalExpression> </decision> <dmndi:DMNDI> <dmndi:DMNDiagram id="_3B7A0C00-6FD1-4EF6-A7F2-AE92840A0F2F" name="Default DRD" useAlternativeInputDataShape="false"> <di:extension> <kie:ComponentsWidthsExtension> <kie:ComponentWidths dmnElementRef="_6CED4ABF-F3D9-4C56-BB16-89DFC5A3D172"> <kie:width>190</kie:width> </kie:ComponentWidths> </kie:ComponentsWidthsExtension> </di:extension> <dmndi:DMNShape id="_49A209C0-7F13-4A59-A506-78A1EE98C05F" dmnElementRef="_9CB691B7-0B6A-4633-B528-0E2BDD3EC4DC" isCollapsed="false" isListedInputData="false"> <dc:Bounds x="100" y="60" width="160" height="80" /> </dmndi:DMNShape> <dmndi:DMNShape id="_9DC82C21-D22E-4742-A96F-2F097422DE94" dmnElementRef="_9228CD94-8DFA-4645-B163-243C7F01818B" isCollapsed="false" isListedInputData="false"> <dc:Bounds x="480" y="60" width="160" height="80" /> </dmndi:DMNShape> <dmndi:DMNEdge id="_34CF9A9A-300E-4D27-8C39-DC5F98761137-AUTO-TARGET" dmnElementRef="_3302E414-47AA-49F4-B618-209AA1CA0BDA" sourceElement="_49A209C0-7F13-4A59-A506-78A1EE98C05F" targetElement="_9DC82C21-D22E-4742-A96F-2F097422DE94"> <di:waypoint x="180" y="100" /> <di:waypoint x="560" y="100" /> </dmndi:DMNEdge> </dmndi:DMNDiagram> </dmndi:DMNDI> </definitions> ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
