Thread overview
[Issue 6541] using synchronized on a templated method crashes the compiler
Apr 19, 2019
Dlang Bot
Apr 22, 2019
Dlang Bot
June 09, 2015
https://issues.dlang.org/show_bug.cgi?id=6541

Andrei Alexandrescu <andrei@erdani.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|unspecified                 |D2

--
April 19, 2019
https://issues.dlang.org/show_bug.cgi?id=6541

Dlang Bot <dlang-bot@dlang.rocks> changed:

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@SSoulaimane updated dlang/dmd pull request #9647 "Make `toParentDecl()` follow the declaration scope even for static templates" fixing this issue:

- Close issue 6541

https://github.com/dlang/dmd/pull/9647

--
April 22, 2019
https://issues.dlang.org/show_bug.cgi?id=6541

Dlang Bot <dlang-bot@dlang.rocks> changed:

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #9647 "Move `toParentDecl` to `toParentLocal` and make a new `toParentDecl()` which follows the declaration scope even for static templates" was merged into master:

- 5a59d3b441ceeaf33ad06cb0069d5b910f411eb0 by سليمان السهمي  (Suleyman Sahmi):
  Close issue 6541

https://github.com/dlang/dmd/pull/9647

--