On Thu, 01 Sep 2011 14:27:36 -0400, Daniel Murphy
<[email protected]> wrote:
"Andrej Mitrovic" <[email protected]> wrote in message
news:[email protected]...
Err, DMD crashes on every error, even this:
int z = "bla";
I guess a due to a bad commit?
Walter left a halt in verror. He does this occasionally.
Yesterday in defense of using segfaults instead of asserts:
Walter Bright wrote:
You might be surprised, then, that I'll often temporarily replace an
assert with a HLT instruction so I can use a debugger on it :-)
Now that's karma :)
-Steve