From b34acc9f26af2a8a018d9deb2af8ca25d07fb54b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laurent=20Tr=C3=A9guier?= Date: Tue, 12 Feb 2019 18:53:19 +0100 Subject: [PATCH] Update libdparse to v0.11.2 (#429) Update libdparse to v0.11.2 merged-on-behalf-of: Basile-z --- dub.json | 2 +- libdparse | 2 +- src/dfmt/tokens.d | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dub.json b/dub.json index f0a110b..7d0c016 100644 --- a/dub.json +++ b/dub.json @@ -4,7 +4,7 @@ "targetType": "autodetect", "license": "BSL-1.0", "dependencies": { - "libdparse": "~>0.10.12" + "libdparse": "~>0.11.2" }, "targetPath" : "bin/", "targetName" : "dfmt", diff --git a/libdparse b/libdparse index ea63487..23b20de 160000 --- a/libdparse +++ b/libdparse @@ -1 +1 @@ -Subproject commit ea63487efde96b6f169065d801bbcb8d7ed5dbb4 +Subproject commit 23b20de4ee48ed3f0e8729f6318405543cb3a611 diff --git a/src/dfmt/tokens.d b/src/dfmt/tokens.d index 8f918f6..551dc17 100644 --- a/src/dfmt/tokens.d +++ b/src/dfmt/tokens.d @@ -230,7 +230,7 @@ private string generateFixedLengthCases() "package", "pragma", "private", "protected", "public", "pure", "real", "ref", "return", "scope", "shared", "short", "static", "struct", "super", "switch", "synchronized", "template", "this", "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__", "__FUNCTION__", "__gshared", "__LINE__", "__MODULE__", "__parameters", "__PRETTY_FUNCTION__", "__TIME__", "__TIMESTAMP__",