From d3b193a9b13cf3974263dc9d1d2757683e9d6ac9 Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Tue, 22 Sep 2015 22:33:06 +0200 Subject: [PATCH 1/2] added isTemplate to traits list --- src/common/constants.d | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/constants.d b/src/common/constants.d index 34ec955..79c4203 100644 --- a/src/common/constants.d +++ b/src/common/constants.d @@ -82,6 +82,7 @@ immutable string[] traits = [ "isScalar", "isStaticArray", "isStaticFunction", + "isTemplate", "isUnsigned", "isVirtualFunction", "isVirtualMethod", From fae10292257baf9645ac3b82c3dfb944e58b9733 Mon Sep 17 00:00:00 2001 From: Brian Schott Date: Fri, 25 Sep 2015 14:28:09 -0700 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a700e1..d01058a 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ the issue.) * That one feature that you *REALLY* needed # Setup -1. Install a recent D compiler. DCD is tested with DMD 2.068.0. +1. Install a recent D compiler. DCD is tested with DMD 2.068.2. (Do not use 2.068.1) 1. Run ```git submodule update --init --recursive``` after cloning this repository to grab the various dependencies. 1. Run ```make``` to build the client and server. (Or run build.bat on Windows). ```make ldc``` and ```make gdc``` will use the LDC or GDC compilers. The resulting executable will be much faster. 1. Configure your text editor to call the dcd-client program. See the [wiki](https://github.com/Hackerpilot/DCD/wiki/IDEs-and-Editors-with-DCD-support) for information on configuring your specific editor.