Thread overview
[Issue 5389] New: IsExpression spec is wrong
Dec 28, 2010
Ellery Newcomer
Jan 20, 2012
Walter Bright
Feb 10, 2013
Andrej Mitrovic
December 28, 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@puremagic.com
        ReportedBy: ellery-newcomer@utulsa.edu


--- Comment #0 from Ellery Newcomer <ellery-newcomer@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: -------
January 20, 2012
http://d.puremagic.com/issues/show_bug.cgi?id=5389


Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |bugzilla@digitalmars.com
         Resolution|                            |INVALID


--- Comment #1 from Walter Bright <bugzilla@digitalmars.com> 2012-01-20 14:49:36 PST ---
Documentation sez:

"TypeSpecialization is only allowed to be a Type."

expression.html#IsExpression

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
February 10, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=5389


Andrej Mitrovic <andrej.mitrovich@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bearophile_hugs@eml.cc


--- Comment #2 from Andrej Mitrovic <andrej.mitrovich@gmail.com> 2013-02-09 22:00:16 PST ---
*** Issue 8426 has been marked as a duplicate of this issue. ***

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