From 778411c12bbdc9ed1a1bc8f318669cc50deda644 Mon Sep 17 00:00:00 2001 From: ZombineDev Date: Sun, 18 Jun 2017 22:25:32 +0300 Subject: [PATCH] Revert "Workaround 17506 by excluding treemap.d (#459)" This reverts commit 80b831addaece9f0c4f65b27eb501767db1f7fb1. The workaround is no longer necessary as the problematic feature has been reverted from dmd-nightly. --- makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/makefile b/makefile index edd6b62..bf0a71c 100644 --- a/makefile +++ b/makefile @@ -5,10 +5,8 @@ DMD := $(DC) GDC := gdc LDC := ldc2 OBJ_DIR := obj -# Exclusion of treemap is due to https://issues.dlang.org/show_bug.cgi?id=17506 -# More details: https://github.com/dlang-community/D-Scanner/issues/461 SRC := \ - $(shell find containers/src -name "*.d" -not -name 'treemap.d')\ + $(shell find containers/src -name "*.d")\ $(shell find dsymbol/src -name "*.d")\ $(shell find inifiled/source/ -name "*.d")\ $(shell find libdparse/src/std/experimental/ -name "*.d")\