[Issue 8990] Forward reference error on three structs

2012-11-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8990 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 8990] Forward reference error on three structs

2012-11-13 Thread d-bugmail
/821fddfcd8188cf28ce379cdcf537fb2931a1d3d fix Issue 8990 - Forward reference error on three structs https://github.com/D-Programming-Language/dmd/commit/c34c5fb0e67f7c48bb683ef409378fde6db33088 Merge pull request #1280 from 9rnsr/fix8990 Issue 6969 & 8990 - Forward reference error between three template instantiations -- Confi

[Issue 8990] Forward reference error on three structs

2012-11-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8990 --- Comment #5 from Nick Sabalausky 2012-11-13 08:31:51 PST --- @Don: FWIW, The reason I wasn't sure if this was the same was because if you take the #6969 test case and replace all the "class" with "struct", it works. But, of course, Hara's p

[Issue 8990] Forward reference error on three structs

2012-11-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8990 Kenji Hara changed: What|Removed |Added Keywords||pull --- Comment #4 from Kenji Hara 2012

[Issue 8990] Forward reference error on three structs

2012-11-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8990 --- Comment #3 from Don 2012-11-12 07:07:59 PST --- Yes, looks identical to bug 6969 to me. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 8990] Forward reference error on three structs

2012-11-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8990 --- Comment #2 from Rob T 2012-11-09 23:12:29 PST --- (In reply to comment #1) > > > > This *might* be related to #6969, but I'm not sure. > > Also appears to be related, if not identical, to this one > http://d.puremagic.com/issues/show_bug.

[Issue 8990] Forward reference error on three structs

2012-11-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8990 Rob T changed: What|Removed |Added CC||al...@ucora.com --- Comment #1 from Rob T 201