[Issue 1170] Cannot forward reference a type defined in a MixinStatement

2019-05-25 Thread d-bugmail--- via Digitalmars-d-bugs
|--- |FIXED --- Comment #13 from Dlang Bot --- dlang/dmd pull request #9873 "Fix Issue 1170 - Cannot forward reference a type defined in a MixinStatement" was merged into master: - 462fdccb04d93b37aebb02643253e281eb7e00e2 by RazvanN7: Fix Issue 1170 and 10739 - Cannot forward

[Issue 1170] Cannot forward reference a type defined in a MixinStatement

2019-05-24 Thread d-bugmail--- via Digitalmars-d-bugs
--- @RazvanN7 created dlang/dmd pull request #9873 "Fix Issue 1170 - Cannot forward reference a type defined in a MixinStatement" fixing this issue: - Fix Issue 1170 - Cannot forward reference a type defined in a MixinStatement https://github.com/dlang/dmd/pull/9873 --

[Issue 1170] Cannot forward reference a type defined in a MixinStatement

2016-10-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=1170 anonymous4 changed: What|Removed |Added See Also|

[Issue 1170] Cannot forward reference a type defined in a MixinStatement

2013-11-22 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=1170 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added CC||nfx...@gmail.com ---

[Issue 1170] Cannot forward reference a type defined in a MixinStatement

2013-11-22 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=1170 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Platform|x86 |All

[Issue 1170] Cannot forward reference a type defined in a MixinStatement

2011-02-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1170 Don clugd...@yahoo.com.au changed: What|Removed |Added Keywords|patch | --- Comment #9 from Don

[Issue 1170] Cannot forward reference a type defined in a MixinStatement

2011-02-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1170 Don clugd...@yahoo.com.au changed: What|Removed |Added CC||clugd...@yahoo.com.au ---

[Issue 1170] Cannot forward reference a type defined in a MixinStatement

2009-10-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1170 --- Comment #5 from Rainer Schuetze r.sagita...@gmx.de 2009-10-13 01:41:54 PDT --- As it seems, a patch has crawled into DMD 2.033 that is supposed to fix the second issue described in comment 1. This is line 887 in module.c (in dmd 2.034)

[Issue 1170] Cannot forward reference a type defined in a MixinStatement

2009-10-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1170 Eldar Insafutdinov e.insafutdi...@gmail.com changed: What|Removed |Added CC|

[Issue 1170] Cannot forward reference a type defined in a MixinStatement

2009-09-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1170 --- Comment #4 from Rainer Schuetze r.sagita...@gmx.de 2009-09-29 23:51:07 PDT --- The patch only fixes the name lookup, not the forward reference. As described in comment 1, you'll also need the patch from issue 102 to completely fix the

[Issue 1170] Cannot forward reference a type defined in a MixinStatement

2009-09-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1170 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added CC|

[Issue 1170] Cannot forward reference a type defined in a MixinStatement

2009-09-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1170 --- Comment #1 from Rainer Schuetze r.sagita...@gmx.de 2009-09-23 13:55:32 PDT --- Created an attachment (id=464) invalidate symbol search cache when adding new symbol the problem in the test case consists of 2 issues. 1. the forward

[Issue 1170] Cannot forward reference a type defined in a MixinStatement

2009-09-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1170 Rainer Schuetze r.sagita...@gmx.de changed: What|Removed |Added Keywords||patch