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
Fixed requiring comma delimiter for input, object and hints literal
items in WDL 1.2 (#165).
Fixed parsing of some matching opening/closing tokens where a rule should
parse before the closing token (#163).
Fixed parsing of call statements such that the target is parsed as an
identifier and not an expression (#163).
wdl-ast 0.7.1
Added
moved "except comment" logic from wdl-lint into wdl-ast.
This is for future support of disabling certain diagnostics such as "unused import" and the like.
(#162)
Changed
Removed span_of function in favor of AstNode extension trait (#163).
Fixed
Fixed detection of duplicate aliased keys in a task hints section (#170).
Fixed ignoring duplicate task definitions for the "counts" validation (#170).