Program logic bugs vs input/environmental errors

Walter Bright via Digitalmars-d digitalmars-d at puremagic.com
Thu Oct 16 00:33:28 PDT 2014


On 10/15/2014 7:25 AM, Dicebot wrote:
> How can one continue without recovering? This will result in any kind of
> environment not being cleaned and false failures of other tests that share it.

Unittest asserts are top level - they shouldn't need recovering from (i.e. 
unwinding). Just continuing.


More information about the Digitalmars-d mailing list