[Issue 7400] New: failing local imports not fully gagged in is expression
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Jan 30 08:46:31 PST 2012
http://d.puremagic.com/issues/show_bug.cgi?id=7400
Summary: failing local imports not fully gagged in is
expression
Product: D
Version: D2
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: DMD
AssignedTo: nobody at puremagic.com
ReportedBy: timon.gehr at gmx.ch
--- Comment #0 from timon.gehr at gmx.ch 2012-01-30 08:46:30 PST ---
DMD 2.057
// module asdf does not exist
static if(is(typeof({import asdf;}))){}
The compilation fails with no error messages and exit code 1.
The code should compile.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list