digitalmars.D.bugs - [Issue 3698] New: InterfaceDeclaration rule needs BaseInterfaceList
- d-bugmail puremagic.com (27/27) Jan 11 2010 http://d.puremagic.com/issues/show_bug.cgi?id=3698
- d-bugmail puremagic.com (13/13) Mar 30 2011 http://d.puremagic.com/issues/show_bug.cgi?id=3698
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
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








d-bugmail puremagic.com