Fixed unittests and betterC compilation (after adding fullyQualifiedName instead of simple stringof)

-added new trait to get full name of structure (witho module and package, not tested on more nested packages)
-some small improvements (like adding const to function which need it)
This commit is contained in:
Mergul 2020-07-08 22:04:13 +02:00
parent b0b64b965f
commit a0efa4e67d
5 changed files with 53 additions and 15 deletions

View file

@ -118,7 +118,8 @@
"-unittest"
],
"dflags-gdc": [
"-fno-druntime"
"-fno-druntime",
"-lpthread"
],
"sourcePaths": ["source/","tests/"],
"mainSourceFile":"tests/runner.d",