[Issue 12531] forward reference with nested struct

2015-06-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12531

--- Comment #4 from github-bugzi...@puremagic.com ---
Commit pushed to stable at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/d178c0490b9db7f9b4c3cbc0a89f98cb79fa358b
Move issue 12531 test case to compilable/testfwdref.d

--


[Issue 12531] forward reference with nested struct

2015-03-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12531

--- Comment #3 from github-bugzi...@puremagic.com ---
Commit pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/d178c0490b9db7f9b4c3cbc0a89f98cb79fa358b
Move issue 12531 test case to compilable/testfwdref.d

--


[Issue 12531] forward reference with nested struct

2014-09-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12531

--- Comment #2 from github-bugzi...@puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/bda8b04aafbf2e846234a2bdb0543d9fa7dfa5c2
fix Issue 12531 - forward reference with nested struct

https://github.com/D-Programming-Language/dmd/commit/f497021b98fb684fc038617596f0e80df1017928
Merge pull request #3899 from 9rnsr/fix12531

Issue 12531 - forward reference with nested struct

--


[Issue 12531] forward reference with nested struct

2014-08-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12531

Kenji Hara k.hara...@gmail.com changed:

   What|Removed |Added

   Keywords||pull

--- Comment #1 from Kenji Hara k.hara...@gmail.com ---
https://github.com/D-Programming-Language/dmd/pull/3899

--