[Issue 106] template - mixin sequence

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Jan 22 22:58:24 PST 2007


http://d.puremagic.com/issues/show_bug.cgi?id=106


braddr at puremagic.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|WORKSFORME                  |




------- Comment #10 from braddr at puremagic.com  2007-01-23 00:58 -------
Taking a closer look at the attachment, compiling dbug/bug/queue.d via 'dmd -c
queue.d' produced an error:

$ dmd -c queue.d
queue.d(9): class queue.MessageQueue is forward referenced when looking for
'ListHead'
queue.d(9): class queue.MessageQueue is forward referenced when looking for
'ListHead'
arm.d(12): Error: no property 'ListHead' for type 'queue.MessageQueue'
arm.d(12): Error: MessageQueue.ListHead is used as a type
arm.d(12): variable arm.Arm.mqueue voids have no value

Compiling the entire set together: dmd main.d list.d queue.d arm.d (or in any
other order that I tried) succeeds.  This indicates to me that the bug is NOT
fixed.  The code is certainly more verbose than it needs to be to be a minimal
test case, but it _does_ show that there's an error still.  Re-opening the
issue.


-- 



More information about the Digitalmars-d-bugs mailing list