From 2af89ce369f533b586df4ae7a2cbc2b07db3ad50 Mon Sep 17 00:00:00 2001 From: Vadim Lopatin Date: Fri, 5 Oct 2018 09:37:00 +0300 Subject: [PATCH] fix errors; upgrade DCD deps --- dub.json | 6 +++--- src/dlangide/tools/d/dcdinterface.d | 4 ++-- views/VERSION | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dub.json b/dub.json index 6a09e9e..05cc5ac 100644 --- a/dub.json +++ b/dub.json @@ -12,9 +12,9 @@ "stringImportPaths": ["views"], "dependencies": { - "dlangui": "==0.9.179", - "dsymbol": "~>0.2.9", - "dcd": "~>0.9.1" + "dlangui": "==0.9.180", + "dsymbol": "~>0.4.8", + "dcd": "~>0.9.13" }, "copyFiles-windows": [ diff --git a/src/dlangide/tools/d/dcdinterface.d b/src/dlangide/tools/d/dcdinterface.d index e064169..8f6677d 100644 --- a/src/dlangide/tools/d/dcdinterface.d +++ b/src/dlangide/tools/d/dcdinterface.d @@ -15,8 +15,8 @@ import std.experimental.allocator; import std.experimental.allocator.mallocator; import std.experimental.allocator.gc_allocator; -import server.autocomplete; -import common.messages; +import dcd.server.autocomplete; +import dcd.common.messages; import dsymbol.modulecache; //alias SharedASTAllocator = CAllocatorImpl!(Mallocator); diff --git a/views/VERSION b/views/VERSION index 7009d5b..a80ebbc 100644 --- a/views/VERSION +++ b/views/VERSION @@ -1 +1 @@ -v0.8.13 \ No newline at end of file +v0.8.14 \ No newline at end of file