www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 7465] New: Duplicate error message for bad template mixin

reply d-bugmail puremagic.com writes:
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
parent d-bugmail puremagic.com writes:
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