[Issue 10939] Inconsistent stripping of "in" but not assert in release/unittest

2022-12-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10939 Iain Buclaw changed: What|Removed |Added Priority|P2 |P3 --

[Issue 10939] Inconsistent stripping of in but not assert in release/unittest

2014-01-05 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=10939 --- Comment #2 from David Nadlinger c...@klickverbot.at 2014-01-05 14:40:02 PST --- Erm, sorry, I managed to get that statement precisely the wrong way around. My point was that the question becomes what of the code affected by -release

[Issue 10939] Inconsistent stripping of in but not assert in release/unittest

2014-01-05 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=10939 David Nadlinger c...@klickverbot.at changed: What|Removed |Added CC|

[Issue 10939] Inconsistent stripping of in but not assert in release/unittest

2014-01-05 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=10939 --- Comment #3 from Kenji Hara k.hara...@gmail.com 2014-01-05 22:33:09 PST --- Current behavior: If -release is specified, following code would be stripped normally: - invariant - in contract - out contract - assertions