Thread overview
[Issue 12531] forward reference with nested struct
Aug 26, 2014
Kenji Hara
August 26, 2014
https://issues.dlang.org/show_bug.cgi?id=12531

Kenji Hara <k.hara.pg@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

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

--
September 03, 2014
https://issues.dlang.org/show_bug.cgi?id=12531

--- Comment #2 from github-bugzilla@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

--
March 30, 2015
https://issues.dlang.org/show_bug.cgi?id=12531

--- Comment #3 from github-bugzilla@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

--
June 17, 2015
https://issues.dlang.org/show_bug.cgi?id=12531

--- Comment #4 from github-bugzilla@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

--