Program logic bugs vs input/environmental errors

Dicebot via Digitalmars-d digitalmars-d at puremagic.com
Tue Oct 14 20:36:32 PDT 2014


On Wednesday, 15 October 2014 at 03:18:31 UTC, Walter Bright 
wrote:
> However, the compiler is still going to regard the assert() as 
> nothrow, so the unwinding from an Exception won't happen until 
> up stack a throwing function is encountered.

This makes impossible to have non-fatal unittests and the very 
reason I was looking for a replacement.


More information about the Digitalmars-d mailing list