Thread overview
[Issue 19381] capture pointer in nested function should not be called "this"
Nov 09, 2018
Rainer Schuetze
Nov 19, 2018
Stanislav Blinov
November 09, 2018
https://issues.dlang.org/show_bug.cgi?id=19381

Rainer Schuetze <r.sagitario@gmx.de> changed:

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

--- Comment #1 from Rainer Schuetze <r.sagitario@gmx.de> ---
https://github.com/dlang/dmd/pull/8933

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

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

https://github.com/dlang/dmd/commit/7950336bbf810c62b2d3b3c75a3d48c94042c64f fix issue 19381 - capture pointer in nested function should not be called "this"

rename the context pointer to the closure or the outer functions stack frame to '__capture'

https://github.com/dlang/dmd/commit/9f1454be12e0ea89c984d277143386aa2b584cda Merge pull request #8933 from rainers/capture_name

fix issue 19381 - capture pointer in nested function should not be called
"this"
merged-on-behalf-of: Nicholas Wilson <thewilsonator@users.noreply.github.com>

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

github-bugzilla@puremagic.com changed:

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

--
November 19, 2018
https://issues.dlang.org/show_bug.cgi?id=19381

Stanislav Blinov <stanislav.blinov@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://issues.dlang.org/sh
                   |                            |ow_bug.cgi?id=19410

--