www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 3698] New: InterfaceDeclaration rule needs BaseInterfaceList

reply d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=3698

           Summary: InterfaceDeclaration rule needs BaseInterfaceList
           Product: D
           Version: 2.038
          Platform: All
               URL: http://digitalmars.com/d/2.0/interface.html
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: www.digitalmars.com
        AssignedTo: nobody puremagic.com
        ReportedBy: jlquinn optonline.net



---
The grammar currently defines

InterfaceDeclaration:
    interface Identifier  InterfaceBody
    InterfaceTemplateDeclaration

But this doesn't handle interfaces deriving from other interfaces.  The
following should work:

InterfaceDeclaration:
    interface Identifier InterfaceBody
    interface Identifier BaseInterfaceList InterfaceBody
    InterfaceTemplateDeclaration

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Jan 11 2010
parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=3698


Trass3r <mrmocool gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |mrmocool gmx.de
         Resolution|                            |FIXED



got silently fixed along with issue 3592 in
https://github.com/D-Programming-Language/d-programming-language.org/commit/d95e643a84056b2938b2d9704586b12d5cd7c912#diff-2

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