wdl-analysis 0.19.1

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: struct `Foo` has a recursive definition
  ┌─ tests/analysis/recursive-structs/foo.wdl:3:8
  │
3 │ struct Foo {
  │        ^^^
4 │     Foo f
  │         - this struct member participates in the recursion

error: struct `Bar` has a recursive definition
   ┌─ tests/analysis/recursive-structs/source.wdl:13:8
   │
13 │ struct Bar {
   │        ^^^
14 │     Foo f
   │         - this struct member participates in the recursion