Skip to content

Commit 511c3d5

Browse files
committed
Update parsers with support of map and union schemas
As a workaround of schema_salad#861, their `saladVersion` are modified by hand.
1 parent 81c9199 commit 511c3d5

File tree

6 files changed

+962
-1017
lines changed

6 files changed

+962
-1017
lines changed

dub.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
],
55
"copyright": "Copyright © 2022, Tomoya Tanjo",
66
"dependencies": {
7-
"schema-salad-d": "~>1.1.5"
7+
"schema-salad-d": "~>1.2.0"
88
},
99
"description": "Autogenerated classes for reading and writing CWL objects using the D language.",
1010
"homepage": "https://github.com/common-workflow-lab/cwl-d-auto",

dub.selections.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"cachetools": "0.4.1",
66
"dyaml": "0.10.0",
77
"requests": "2.1.3",
8-
"schema-salad-d": "1.1.5",
8+
"schema-salad-d": "1.2.0",
99
"test_allocator": "0.3.4",
1010
"tinyendian": "0.2.0",
1111
"unit-threaded": "0.10.8"

dub.settings.json

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"defaultLowMemory": true
3+
}

0 commit comments

Comments
 (0)