From 125b7cf69560d68f085061d33d1005f490e6eaa2 Mon Sep 17 00:00:00 2001 From: RazvanN7 Date: Wed, 2 Jun 2021 15:08:53 +0300 Subject: [PATCH] Bump liddoc and libdparse versions --- dub.json | 2 +- libddoc | 2 +- libdparse | 2 +- makefile | 2 ++ 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/dub.json b/dub.json index 39b29065..b653fb3d 100644 --- a/dub.json +++ b/dub.json @@ -16,7 +16,7 @@ "dsymbol" : ">=0.11.3 <0.12.0", "inifiled" : "~>1.3.1", "emsi_containers" : "~>0.8.0", - "libddoc" : "~>0.7.3", + "libddoc" : "~>0.8.0", "stdx-allocator" : "~>2.77.5" }, "targetPath" : "bin", diff --git a/libddoc b/libddoc index 9cf851e4..fbbfb824 160000 --- a/libddoc +++ b/libddoc @@ -1 +1 @@ -Subproject commit 9cf851e4476bdadccd96f3589e16ab9f9881c76d +Subproject commit fbbfb8245728484e5f96d717994d4b404a9789a4 diff --git a/libdparse b/libdparse index 6f0893f6..fbdf71b9 160000 --- a/libdparse +++ b/libdparse @@ -1 +1 @@ -Subproject commit 6f0893f6b07ec561d382f26c81e74f7788056828 +Subproject commit fbdf71b929a9f9bc982d0204f921371806e5d412 diff --git a/makefile b/makefile index a96f092c..20b9801d 100644 --- a/makefile +++ b/makefile @@ -13,6 +13,7 @@ LIB_SRC := \ $(shell find libdparse/src/std/experimental/ -name "*.d")\ $(shell find libdparse/src/dparse/ -name "*.d")\ $(shell find libddoc/src -name "*.d") \ + $(shell find libddoc/common/source -name "*.d") \ $(shell find stdx-allocator/source -name "*.d") PROJECT_SRC := $(shell find src/ -name "*.d") SRC := $(LIB_SRC) $(PROJECT_SRC) @@ -23,6 +24,7 @@ INCLUDE_PATHS = \ -Idsymbol/src \ -Icontainers/src \ -Ilibddoc/src \ + -Ilibddoc/common/source \ -Istdx-allocator/source VERSIONS = DEBUG_VERSIONS = -version=dparse_verbose