[Issue 7426] Inner struct "no size yet for forward reference" when using .tupleof inside it.

2012-02-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7426 David Simcha changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 7426] Inner struct "no size yet for forward reference" when using .tupleof inside it.

2012-02-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7426 --- Comment #6 from David Simcha 2012-02-06 19:47:50 PST --- Still broken with my test case. Where do we draw the line between regressions and non-regressions? 2.058 has a lot of borderline cases where internal changes in the compiler make pr

[Issue 7426] Inner struct "no size yet for forward reference" when using .tupleof inside it.

2012-02-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7426 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com Seve

[Issue 7426] Inner struct "no size yet for forward reference" when using .tupleof inside it.

2012-02-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7426 --- Comment #4 from github-bugzi...@puremagic.com 2012-02-06 19:37:15 PST --- Commit pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/7cd2d8b81cd52002665cb61c04109dc6c6d97b7a

[Issue 7426] Inner struct "no size yet for forward reference" when using .tupleof inside it.

2012-02-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7426 --- Comment #3 from kenn...@gmail.com 2012-02-05 23:45:05 PST --- (In reply to comment #2) > Probably related test case: > > struct S { > static if(hasIndirections!(typeof(this))) {} > } > > template hasIndirections(T) > { > enum hasIn

[Issue 7426] Inner struct "no size yet for forward reference" when using .tupleof inside it.

2012-02-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7426 David Simcha changed: What|Removed |Added CC||dsim...@yahoo.com --- Comment #2 from D

[Issue 7426] Inner struct "no size yet for forward reference" when using .tupleof inside it.

2012-02-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7426 kenn...@gmail.com changed: What|Removed |Added Keywords||pull --- Comment #1 from kenn...@gm