On Saturday, 2 August 2014 at 12:44:26 UTC, Artur Skawina via
Digitalmars-d wrote:
------------------------------------------------------------------
Keep in mind that the `assert` can be elsewhere, in a different
function and/or module, and can even be written in a different
language. The D-asserts will propagate into C code, just like in
my previous example.
artur
I agree that this might hide bugs, but I don't agree that the
additional trouble is bigger than the additional payoffs. If I
would use -release now, I would use it after the change and
vice-versa.