Workaround 17506 by excluding treemap.d (#459)

* Workaround 17506 by excluding treemap.d
* Add Bugzilla and GitHub references for workaround 17506
This commit is contained in:
Sebastian Wilzbach 2017-06-16 07:22:14 +02:00 committed by Petar Kirov
parent cf3d702720
commit 80b831adda

View file

@ -5,8 +5,10 @@ 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")\
$(shell find containers/src -name "*.d" -not -name 'treemap.d')\
$(shell find dsymbol/src -name "*.d")\
$(shell find inifiled/source/ -name "*.d")\
$(shell find libdparse/src/std/experimental/ -name "*.d")\