[Issue 5389] New: IsExpression spec is wrong

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Dec 28 14:27:49 PST 2010


http://d.puremagic.com/issues/show_bug.cgi?id=5389

           Summary: IsExpression spec is wrong
           Product: D
           Version: D2
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: websites
        AssignedTo: nobody at puremagic.com
        ReportedBy: ellery-newcomer at utulsa.edu


--- Comment #0 from Ellery Newcomer <ellery-newcomer at utulsa.edu> 2010-12-28 14:25:45 PST ---
or DMD is, whatever.

The spec permits

is( Type == TypeSpec )
is( Type : TypeSpec )

but DMD only permits

is( Type == TypeSpec )
is( Type : Type )

-- 
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