digitalmars.D.bugs - [Issue 3589] New: BaseClassList and InterfaceClasses rules are incorrect, missing ','
- d-bugmail puremagic.com Dec 07 2009
- d-bugmail puremagic.com Dec 14 2009
- d-bugmail puremagic.com Dec 31 2009
http://d.puremagic.com/issues/show_bug.cgi?id=3589 Summary: BaseClassList and InterfaceClasses rules are incorrect, missing ',' Product: D Version: 2.036 Platform: Other OS/Version: Linux 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> 2009-12-07 07:36:03 PST --- The existing definitions are BaseClassList: : SuperClass : SuperClass InterfaceClasses : InterfaceClass InterfaceClasses: InterfaceClass InterfaceClass InterfaceClasses However, the rest of the docs and the compiler believe that the following is correct: class A {} interface B {} class C : A, B {} So, the rules need to represent the commas: BaseClassList: : SuperClass : SuperClass , InterfaceClasses : InterfaceClass InterfaceClasses: InterfaceClass InterfaceClass , InterfaceClasses -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Dec 07 2009
http://d.puremagic.com/issues/show_bug.cgi?id=3589 Leandro Lucarella <llucax gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |llucax gmail.com --- Comment #1 from Leandro Lucarella <llucax gmail.com> 2009-12-14 06:29:23 PST --- http://www.dsource.org/projects/phobos/changeset/1377 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Dec 14 2009
http://d.puremagic.com/issues/show_bug.cgi?id=3589 Walter Bright <bugzilla digitalmars.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |bugzilla digitalmars.com Resolution| |FIXED --- Comment #2 from Walter Bright <bugzilla digitalmars.com> 2009-12-31 11:14:01 PST --- Fixed dmd 1.054 and 2.038 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Dec 31 2009









d-bugmail puremagic.com 