[Issue 19381] capture pointer in nested function should not be called "this"

2018-11-18 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19381 Stanislav Blinov changed: What|Removed |Added See Also||https://issues.dlang.org/sh

[Issue 19381] capture pointer in nested function should not be called "this"

2018-11-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19381 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|-

[Issue 19381] capture pointer in nested function should not be called "this"

2018-11-09 Thread d-bugmail--- via Digitalmars-d-bugs
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 pointe

[Issue 19381] capture pointer in nested function should not be called "this"

2018-11-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19381 Rainer Schuetze changed: What|Removed |Added Keywords||pull --- Comment #1 from Rainer Schuetze