jomarko opened a new issue, #1756:
URL: https://github.com/apache/incubator-kie-issues/issues/1756

   This issue is related to the ticket 
https://github.com/apache/incubator-kie-issues/issues/1752. The ticket 
references this model file:
   - 
https://github.com/dmn-tck/tck/blob/5a40dc510f9cf9788fbc04cb4a79eb9a7c235e10/TestCases/compliance-level-3/0092-feel-lambda/0092-feel-lambda.dmn
   
   The problem of the DMN Editor users is that they will be not able to define:
   - `lambda_number_returns_number` because it is not a data type but a 
function. See what the editor show [1] vs what is the xml [2].
   - `bkm_014_1(abs, sqrt)` will not support syntax highlight. This is for sure 
very minor and maybe we should not execute any action. But wanted to mention to 
broader audience. Please compare [3] and [4]. Good thing is, there is no red 
highlight neither in [3] or [4].
   
   ### [1]
   
   
![Image](https://github.com/user-attachments/assets/78985fc5-53a2-4049-8a41-ed6b8610a51a)
   
   ### [2]
   ```
       <itemDefinition name="lambda_number_returns_number">
           <functionItem outputTypeRef="number">
               <parameters name="n" typeRef="number" />
           </functionItem>
       </itemDefinition>
   ```
   
   ### [3]
   
   
![Image](https://github.com/user-attachments/assets/ed4985aa-d01b-4550-b501-d5e6504781a6)
   
   ### [4]
   
   
![Image](https://github.com/user-attachments/assets/6984b4d5-47d3-4250-b368-b814bdfc0e3d)


-- 
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]

Reply via email to