digitalmars.D.bugs - [Issue 10759] New: DMD crashes when using nested interfaces and inheritance from them.
- d-bugmail puremagic.com (28/28) Aug 04 2013 http://d.puremagic.com/issues/show_bug.cgi?id=10759
- d-bugmail puremagic.com (11/11) Aug 05 2013 http://d.puremagic.com/issues/show_bug.cgi?id=10759
http://d.puremagic.com/issues/show_bug.cgi?id=10759 Summary: DMD crashes when using nested interfaces and inheritance from them. Product: D Version: D2 Platform: x86_64 OS/Version: Windows Status: NEW Severity: critical Priority: P2 Component: DMD AssignedTo: nobody puremagic.com ReportedBy: js.mdnq gmail.com http://dpaste.dzfl.pl/ interface A : A.B { interface B { } } This pattern is is short hand for interface A { interface B { } } interface AA : A.B { } but crashes dmd 2.063 x32. I would like to avoid having to write dummy interfaces just to use nested interfaces that are inherited by their parent. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Aug 04 2013
http://d.puremagic.com/issues/show_bug.cgi?id=10759 Kenji Hara <k.hara.pg gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE *** This issue has been marked as a duplicate of issue 10616 *** -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Aug 05 2013