DMD 0.160 release

Brad Roberts braddr at puremagic.com
Fri Jun 9 02:02:30 PDT 2006


On Fri, 9 Jun 2006, Walter Bright wrote:

> I'll take the private off, but a msg field would be redundant with the one in
> the base class.

Ok.. good point.  One interesting difference, though.  The base class' msg 
field will end up holding the entire message.  ie:

assert(false, "hi") -->
   AssertError Failure assert-test.d(40) hi

My intent was to capture just the "hi" part.  My choice of 'msg' in the 
diff I pasted was unfortunate.  I'd originally called it 'message'.



More information about the Digitalmars-d-announce mailing list