Thread overview
[Issue 19284] alias this not used in nested functions of a method
Oct 02, 2018
Eyal
Oct 04, 2018
Eyal
Oct 05, 2018
Eyal
Oct 09, 2018
RazvanN
October 02, 2018
https://issues.dlang.org/show_bug.cgi?id=19284

Eyal <eyal@weka.io> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|enhancement                 |major

--
October 04, 2018
https://issues.dlang.org/show_bug.cgi?id=19284

Eyal <eyal@weka.io> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|major                       |critical

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

--- Comment #1 from Eyal <eyal@weka.io> ---
'this.x' also works fine there.

--
October 09, 2018
https://issues.dlang.org/show_bug.cgi?id=19284

RazvanN <razvan.nitu1305@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |razvan.nitu1305@gmail.com

--- Comment #2 from RazvanN <razvan.nitu1305@gmail.com> ---
PR : https://github.com/dlang/dmd/pull/8814

--
October 11, 2018
https://issues.dlang.org/show_bug.cgi?id=19284

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

https://github.com/dlang/dmd/commit/d8de5fd8562ce1cf0f56bf29493704587b327946 Fix Issue 19284 - alias this not used in nested functions of a method

https://github.com/dlang/dmd/commit/7d6743dea041caa3c33866088a20172744d4e4bf Merge pull request #8814 from RazvanN7/Issue_19284

Fix Issue 19284 - alias this not used in nested functions of a method

--
October 11, 2018
https://issues.dlang.org/show_bug.cgi?id=19284

github-bugzilla@puremagic.com changed:

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

--