BetterC improvement

-fixed some bugs
-non betterC code has better assertion messages
-fixed limited count of components in system
-small dub.json fix
This commit is contained in:
Mergul 2020-04-14 17:29:49 +02:00
parent 2aef76d75a
commit 0670aed506
3 changed files with 124 additions and 37 deletions

View file

@ -97,7 +97,7 @@
{
"name" : "tests-betterC",
"targetType" : "executable",
"sourcePaths" : ["source\/","tests\/"],
"sourceFiles" : ["tests/tests.d"],
"excludedSourceFiles":[
"source\/win_dll.d"
],