January 12, 2010
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


--- Comment #0 from Jerry Quinn <jlquinn@optonline.net> 2010-01-11 22:29:33 PST ---
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: -------
March 30, 2011
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


--- Comment #1 from Trass3r <mrmocool@gmx.de> 2011-03-30 16:12:54 PDT ---
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: -------