[Issue 10657] wrong error message with unexisting symbol

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Wed Jul 16 21:10:08 PDT 2014


https://issues.dlang.org/show_bug.cgi?id=10657

Kenji Hara <k.hara.pg at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |enhancement

--- Comment #1 from Kenji Hara <k.hara.pg at gmail.com> ---
At least it's not incorrect behavior.

With is(T == U), if T is invalid type, currently U's analysis is entirely
skipped for short-circuit evaluation.

--


More information about the Digitalmars-d-bugs mailing list