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
$ miniwdl check miniwdl_narrowing.wdl
(miniwdl_narrowing.wdl Ln 11 Col 13) Expected Int instead of Int? -- to coerce T? X into T, try select_first([X,defaultValue]) or select_first([X]) (which might fail at runtime); to coerce Array[T?] X into Array[T], try select_all(X)
Int x = if defined(optional) then optional else 0
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
* Hint: for compatibility with older existing WDL code, try setting --no-quant-check to relax quantifier validation rules.
Using miniWDL 1.12.1
The text was updated successfully, but these errors were encountered:
Say I have the following task:
Validation with miniwdl will fail:
Using miniWDL
1.12.1
The text was updated successfully, but these errors were encountered: