dmn-tck / tck

Decision Model and Notation Technology Compatibility Kit
https://dmn-tck.github.io/tck
51 stars 36 forks source link

DMN 1.4 - 1152-boxed-for #603

Closed StrayAlien closed 11 months ago

SimonRinguette commented 1 year ago

I believe that test 3 and 4 are not right because of the singleton rule: I believe that that rule for singleton lists (When the type of the expression is T and the target type is List the expression is converted to a singleton list. ) applies.

The same expression for test 4: for element in 1 return element * 2 returns [2]

The behavior should not be different for the boxed version

baldimir commented 1 year ago

After the discussion on the meeting, let's comment out those tests and merge the other ones.

SimonRinguette commented 1 year ago

RTF issue: https://issues.omg.org/issues/INBOX-1770

StrayAlien commented 11 months ago

tests comment out as per request