wdl-analysis 0.24.0

Analysis of Workflow Description Language (WDL) documents.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
error: expected map key to be a non-optional primitive type
  ┌─ tests/analysis/map-key-none/source.wdl:6:9
  │
6 │     Map[String?, String] incorrect = {
  │         ^^^^^^^
  │         │
  │         this is type `String?`

error: expected map key to be a non-optional primitive type
  ┌─ tests/analysis/map-key-none/source.wdl:7:9
  │
7 │         None: "wrong",
  │         ^^^^
  │         │
  │         this is built-in type `None`