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

2015-02-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13564

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

--


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

2014-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13564

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

--


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

2014-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13564

github-bugzi...@puremagic.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--


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

2014-10-01 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13564

Kenji Hara  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  ---
This is a dmd regression from 2.065.

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

--