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

@ -15,7 +15,7 @@ enum string OUT_FILE = "test_report.xml";
static jmp_buf gEnvBuffer;
static AssertInfo gAssertInfo;
version(betterC){}
version(D_BetterC){}
else version = notBetterC;
struct AssertInfo