www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 6978] New: Mixin behavior order dependent

reply d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=6978

           Summary: Mixin behavior order dependent
           Product: D
           Version: D2
          Platform: x86_64
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nobody puremagic.com
        ReportedBy: Norbert Nemec-online.de



PST ---
The attached file fails to compile with the message:

./bug_mixin_order.d(6): Error: forward reference of variable rank
./bug_mixin_order.d(10): Error: mixin
bug_mixin_order.MyArray!(int,4).MyArray.verifyArray!() error instantiating
./bug_mixin_order.d(20): Error: template instance
bug_mixin_order.MyArray!(int,4) error instantiating

------------

Strangely, the assertion fails only if it is forward referencing *and* inside a
mixin. Either situation on its own works fine.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Nov 20 2011
parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=6978




PST ---
Created an attachment (id=1046)
The file failing to compile...

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Nov 20 2011