Program logic bugs vs input/environmental errors

ketmar via Digitalmars-d digitalmars-d at puremagic.com
Fri Oct 3 18:52:23 PDT 2014


On Sun, 28 Sep 2014 17:09:57 -0700
Walter Bright via Digitalmars-d <digitalmars-d at puremagic.com> wrote:

> If the program has entered an unknown state, its behavior from then
> on cannot be predictable.
and D compiler itself contradicts this principle. why it tries to
"recover" from parsing/compiling errors? it should stop on the first
encountered error and not trying to "recover" itself from unknown state.
hate this. and it's inconsistent with your words.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <http://lists.puremagic.com/pipermail/digitalmars-d/attachments/20141004/8f50b1f2/attachment.sig>


More information about the Digitalmars-d mailing list