[Issue 9685] Context pointer of struct isn't copied when a closure is passed by alias

2015-03-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9685 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added CC||tta...@gmail.com --- Comment

[Issue 9685] Context pointer of struct isn't copied when a closure is passed by alias

2015-02-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9685 --- Comment #5 from github-bugzi...@puremagic.com --- Commits pushed to https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/7c7f173611f827572ce783e8941ea8e10aae58f4 fix Issue 9685 - Context pointer of

[Issue 9685] Context pointer of struct isn't copied when a closure is passed by alias

2015-02-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9685 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 9685] Context pointer of struct isn't copied when a closure is passed by alias

2015-02-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9685 --- Comment #4 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/7c7f173611f827572ce783e8941ea8e10aae58f4 fix Issue 9685 - Context

[Issue 9685] Context pointer of struct isn't copied when a closure is passed by alias

2015-02-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9685 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||pull --- Comment #3 from

[Issue 9685] Context pointer of struct isn't copied when a closure is passed by alias

2015-02-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9685 ag0ae...@gmail.com changed: What|Removed |Added Keywords||wrong-code CC|

[Issue 9685] Context pointer of struct isn't copied when a closure is passed by alias

2015-02-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9685 John Colvin john.loughran.col...@gmail.com changed: What|Removed |Added CC|

[Issue 9685] Context pointer of struct isn't copied when a closure is passed by alias

2015-02-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9685 --- Comment #2 from John Colvin john.loughran.col...@gmail.com --- This doesn't happen with ldc 0.15.1 Observed in dmd git HEAD, 2.066.1 and 2.065.0 --