Thread overview
[Issue 13564] [REG2.065] nested struct destructor trying to access members of a global class fail to compile
Oct 02, 2014
Kenji Hara
October 02, 2014
https://issues.dlang.org/show_bug.cgi?id=13564

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull, rejects-valid
           Hardware|x86_64                      |All
            Summary|nested struct destructor    |[REG2.065] nested struct
                   |trying to access members of |destructor trying to access
                   |a global class fail to      |members of a global class
                   |compile                     |fail to compile
                 OS|Linux                       |All
           Severity|normal                      |regression

--- Comment #1 from Kenji Hara <k.hara.pg@gmail.com> ---
This is a dmd regression from 2.065.

https://github.com/D-Programming-Language/dmd/pull/4040

--
October 05, 2014
https://issues.dlang.org/show_bug.cgi?id=13564

--- 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/e8d5e3ca38c517fff117ce0f10840ce4a99cbe1d
fix Issue 13564 - nested struct destructor trying to access members of a global
class fail to compile

https://github.com/D-Programming-Language/dmd/commit/8e66f9610fb0fdbfa9716af6d4eb25bc558cce86 Merge pull request #4040 from 9rnsr/fix13564

[REG2.065] Issue 13564 - nested struct destructor trying to access members of a global class fail to compile

--
October 05, 2014
https://issues.dlang.org/show_bug.cgi?id=13564

github-bugzilla@puremagic.com changed:

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

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

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

https://github.com/D-Programming-Language/dmd/commit/e8d5e3ca38c517fff117ce0f10840ce4a99cbe1d
fix Issue 13564 - nested struct destructor trying to access members of a global
class fail to compile

https://github.com/D-Programming-Language/dmd/commit/8e66f9610fb0fdbfa9716af6d4eb25bc558cce86 Merge pull request #4040 from 9rnsr/fix13564

--