You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sequence types for built-in functions do not completely cover cartesian product of type-arity combinations. Furthermore, if a non-existing sequenceType is referenced, this causes nullpointer exceptions without a good error handling.
An idea by @ghislainfourny: Maybe use enums rather than strings would make the code more robust to avoid any null pointer exceptions
Sequence types for built-in functions do not completely cover cartesian product of type-arity combinations. Furthermore, if a non-existing sequenceType is referenced, this causes nullpointer exceptions without a good error handling.
An idea by @ghislainfourny: Maybe use enums rather than strings would make the code more robust to avoid any null pointer exceptions
Originally discussed in #481 (comment)
The text was updated successfully, but these errors were encountered: