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
In previous WDL versions, concatenation of String to other primitive types was allowed, presumably to be used within placeholders. In development, those operations have been removed from the table. There is a new section on concatenation of optional strings during interpolation. I propose that section be expanded to allow String + <other primitive> concatenation within placeholders for both optional and non-optional operands.
The text was updated successfully, but these errors were encountered:
In previous WDL versions, concatenation of String to other primitive types was allowed, presumably to be used within placeholders. In development, those operations have been removed from the table. There is a new section on concatenation of optional strings during interpolation. I propose that section be expanded to allow String + <other primitive> concatenation within placeholders for both optional and non-optional operands.
The text was updated successfully, but these errors were encountered: