Skip to content

wdl-ast-v0.4.0

Compare
Choose a tag to compare
@a-frantz a-frantz released this 28 Jun 18:56
· 153 commits to main since this release

Added

  • Added a method to ImportStatement for deriving the namespace from the
    import URI (#91).
  • Added validation of unique names, such as task, struct, and declarations
    (#91).

Fixed

  • Fixed the validation diagnostics to be ordered by the start of the primary
    label (#85).

Changed

  • Refactored the Visitor trait and validation visitors so that they are not
    in a v1 module (#95).