[Issue 102] Forward reference nested class wheel.

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Sep 18 13:39:04 PDT 2009


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



--- Comment #8 from Don <clugdbug at yahoo.com.au> 2009-09-18 13:39:03 PDT ---
IMHO this is a VERY promising patch since it potentially fixes many difficult
issues. It's not quite complete though.
I've run it though Walter's test suite, and one test fails (all others pass).
The code below should fail to compile, but instead the compiler gets into an
infinite loop --- it's an ice-on-invalid-code regression.

----
struct A (T) {
       mixin B! (T, A! (T));
}

A!(int) x;
----

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


More information about the Digitalmars-d-bugs mailing list