[Issue 17423] pointer assignment to `this` in member function is not accounted for

2018-06-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17423 --- Comment #10 from Walter Bright --- This example actually works now, see https://github.com/dlang/dmd/pull/8408 --

[Issue 17423] pointer assignment to `this` in member function is not accounted for

2018-03-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17423 --- Comment #9 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/9fbf0611d2ef4174597470834cb6e356f791468a fix Issue 17423 - pointer assignment to in member function

[Issue 17423] pointer assignment to `this` in member function is not accounted for

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

[Issue 17423] pointer assignment to `this` in member function is not accounted for

2018-03-11 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17423 --- Comment #8 from Walter Bright --- (In reply to Walter Bright from comment #7) > https://github.com/dlang/dmd/pull/7999 For this to work, -dip1000 must be used. --

[Issue 17423] pointer assignment to `this` in member function is not accounted for

2018-03-11 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17423 --- Comment #7 from Walter Bright --- https://github.com/dlang/dmd/pull/7999 --

[Issue 17423] pointer assignment to `this` in member function is not accounted for

2018-03-11 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17423 --- Comment #6 from Walter Bright --- The opApply is actually working correctly. The bug is that the dlg parameter was incorrectly inferred as `scope`. --

[Issue 17423] pointer assignment to `this` in member function is not accounted for

2018-03-11 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17423 Walter Bright changed: What|Removed |Added Summary|@safe code seg faults |pointer assignment