Update libdparse to v0.11.2 (#429)
Update libdparse to v0.11.2 merged-on-behalf-of: Basile-z <Basile-z@users.noreply.github.com>
This commit is contained in:
parent
dae7d85c80
commit
b34acc9f26
2
dub.json
2
dub.json
|
@ -4,7 +4,7 @@
|
||||||
"targetType": "autodetect",
|
"targetType": "autodetect",
|
||||||
"license": "BSL-1.0",
|
"license": "BSL-1.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"libdparse": "~>0.10.12"
|
"libdparse": "~>0.11.2"
|
||||||
},
|
},
|
||||||
"targetPath" : "bin/",
|
"targetPath" : "bin/",
|
||||||
"targetName" : "dfmt",
|
"targetName" : "dfmt",
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit ea63487efde96b6f169065d801bbcb8d7ed5dbb4
|
Subproject commit 23b20de4ee48ed3f0e8729f6318405543cb3a611
|
|
@ -230,7 +230,7 @@ private string generateFixedLengthCases()
|
||||||
"package", "pragma", "private", "protected", "public", "pure", "real", "ref", "return", "scope",
|
"package", "pragma", "private", "protected", "public", "pure", "real", "ref", "return", "scope",
|
||||||
"shared", "short", "static", "struct", "super", "switch", "synchronized", "template", "this",
|
"shared", "short", "static", "struct", "super", "switch", "synchronized", "template", "this",
|
||||||
"throw", "true", "try", "typedef", "typeid", "typeof", "ubyte", "ucent", "uint", "ulong",
|
"throw", "true", "try", "typedef", "typeid", "typeof", "ubyte", "ucent", "uint", "ulong",
|
||||||
"union", "unittest", "ushort", "version", "void", "volatile", "wchar",
|
"union", "unittest", "ushort", "version", "void", "wchar",
|
||||||
"while", "with", "__DATE__", "__EOF__", "__FILE__",
|
"while", "with", "__DATE__", "__EOF__", "__FILE__",
|
||||||
"__FUNCTION__", "__gshared", "__LINE__", "__MODULE__", "__parameters",
|
"__FUNCTION__", "__gshared", "__LINE__", "__MODULE__", "__parameters",
|
||||||
"__PRETTY_FUNCTION__", "__TIME__", "__TIMESTAMP__",
|
"__PRETTY_FUNCTION__", "__TIME__", "__TIMESTAMP__",
|
||||||
|
|
Loading…
Reference in New Issue