wdl-analysis 0.19.1

Analysis of Workflow Description Language (WDL) documents.
Documentation
1
2
3
4
5
6
7
8
error: type mismatch: a type common to both type `String?` and type `Int` does not exist
  ┌─ tests/analysis/array-type-identification/source.wdl:8:43
  │
8 │     Array[String?] x = [opt_string, "hi", 1]
  │                                     ----  ^ this is type `Int`
  │                                     │      
  │                                     this and all prior elements had a common type `String?`