Thread overview
[Issue 14016] Nested inherited class doesn't know the type of its outer object
Feb 21, 2015
Kenji Hara
February 21, 2015
https://issues.dlang.org/show_bug.cgi?id=14016

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

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

--- 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/265fdb1e66678ef2b0918ba78fcfb7ab521d093b
fix Issue 14016 - Nested inherited class doesn't know the type of its outer
object

https://github.com/D-Programming-Language/dmd/commit/c18178d86510d11e25567fe14e470f77091b4ea7 Merge pull request #4429 from 9rnsr/fix14016

Issue 14016 - Nested inherited class doesn't know the type of its outer object

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

Andrei Alexandrescu <andrei@erdani.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|D1 & D2                     |D2

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

--- Comment #3 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/265fdb1e66678ef2b0918ba78fcfb7ab521d093b
fix Issue 14016 - Nested inherited class doesn't know the type of its outer
object

https://github.com/D-Programming-Language/dmd/commit/c18178d86510d11e25567fe14e470f77091b4ea7 Merge pull request #4429 from 9rnsr/fix14016

--
July 19, 2017
https://issues.dlang.org/show_bug.cgi?id=14016

--- Comment #4 from github-bugzilla@puremagic.com ---
Commits pushed to dmd-cxx at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/265fdb1e66678ef2b0918ba78fcfb7ab521d093b fix Issue 14016 - Nested inherited class doesn't know the type of its outer object

https://github.com/dlang/dmd/commit/c18178d86510d11e25567fe14e470f77091b4ea7 Merge pull request #4429 from 9rnsr/fix14016

--