Thread overview
[Issue 12152] Cannot forward reference subclass member in superclass
Mar 10, 2015
Kenji Hara
March 10, 2015
https://issues.dlang.org/show_bug.cgi?id=12152

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/4469

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

github-bugzilla@puremagic.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

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

--- 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/91dd1ff1ec207d3510fc12808e8166c3f80dab05 fix Issue 12152 - Cannot forward reference subclass member in superclass

https://github.com/D-Programming-Language/dmd/commit/a17015aa5d0dbd2a0e1eca68067cb7f81ba48e32 Merge pull request #4469 from 9rnsr/fix12152

Issue 12152 - Cannot forward reference subclass member in superclass

--
April 01, 2015
https://issues.dlang.org/show_bug.cgi?id=12152

--- 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/8efa502a209c64a75f682956cab0b3647737c614
More fix for issue 12152 - Add setScope() call to be able to resolve forward
references

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

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

https://github.com/D-Programming-Language/dmd/commit/91dd1ff1ec207d3510fc12808e8166c3f80dab05 fix Issue 12152 - Cannot forward reference subclass member in superclass

https://github.com/D-Programming-Language/dmd/commit/a17015aa5d0dbd2a0e1eca68067cb7f81ba48e32 Merge pull request #4469 from 9rnsr/fix12152

https://github.com/D-Programming-Language/dmd/commit/8efa502a209c64a75f682956cab0b3647737c614
More fix for issue 12152 - Add setScope() call to be able to resolve forward
references

--