digitalmars.D.bugs - [Issue 7465] New: Duplicate error message for bad template mixin
- d-bugmail puremagic.com (21/21) Feb 08 2012 http://d.puremagic.com/issues/show_bug.cgi?id=7465
- d-bugmail puremagic.com (10/10) Feb 24 2013 http://d.puremagic.com/issues/show_bug.cgi?id=7465
http://d.puremagic.com/issues/show_bug.cgi?id=7465 Summary: Duplicate error message for bad template mixin Product: D Version: D1 & D2 Platform: All OS/Version: All Status: NEW Severity: minor Priority: P2 Component: DMD AssignedTo: nobody puremagic.com ReportedBy: clugdbug yahoo.com.au From the test suite, fail10.d template Foo(alias b){} mixin Foo!(y) y; crash.d(2): Error: mixin crash.Foo!(y) cannot resolve forward reference crash.d(2): Error: mixin crash.Foo!(y) cannot resolve forward reference -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Feb 08 2012
http://d.puremagic.com/issues/show_bug.cgi?id=7465 Andrej Mitrovic <andrej.mitrovich gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |andrej.mitrovich gmail.com 13:23:54 PST --- Getting worse, it's now 3 error messages in 2.062. :) -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Feb 24 2013