January 30, 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@puremagic.com
        ReportedBy: timon.gehr@gmx.ch


--- Comment #0 from timon.gehr@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: -------
January 30, 2012
http://d.puremagic.com/issues/show_bug.cgi?id=7400


klickverbot <code@klickverbot.at> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |code@klickverbot.at
         Resolution|                            |DUPLICATE


--- Comment #1 from klickverbot <code@klickverbot.at> 2012-01-30 08:47:44 PST ---
*** This issue has been marked as a duplicate of issue 7399 ***

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------