Closed woollybah closed 9 years ago
Thanks for moving, wasn't sure where to put it,
Assertions are one of the remaining core features yet to be implemented...
Okay, good to know. I am experimenting with building a dependency injection module (injection.mod) based on reflection and to avoid a runtime penalty I try to check most things in the debug build with assertions.
Awesome! Great I will try it right now.
Thanks for fix it. Everything is now working fine for me.
From @FWeinb on July 2, 2015 8:38
I just tried the latest version and noticed that assertions aren't evaluated in any way.
Here is a reduced test case:
With the original bcc/bmk in debug build this evaluated to:
In bmx-ng the assertion is ignored in a debug build and this is evaluated to:
Copied from original issue: bmx-ng/bmx-ng#4