[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 changed: What|Removed |Added CC||tta...@gmail.com --- Comment #6 from Kenji Hara

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

2015-02-21 Thread via Digitalmars-d-bugs
struct isn't copied when a closure is passed by alias https://github.com/D-Programming-Language/dmd/commit/e99cc05b0e61272d0d88759452d6887669555100 Merge pull request #4418 from 9rnsr/fix9685 --

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

2015-02-18 Thread via Digitalmars-d-bugs
pointer of struct isn't copied when a closure is passed by alias https://github.com/D-Programming-Language/dmd/commit/e99cc05b0e61272d0d88759452d6887669555100 Merge pull request #4418 from 9rnsr/fix9685 Issue 9685 - Context pointer of struct isn't copied when a closure is passed by alias --

[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 Resolution|--

[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 changed: What|Removed |Added Keywords||pull --- Comment #3 from Kenji Hara --- https:/

[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 --- This doesn't happen with ldc 0.15.1 Observed in dmd git HEAD, 2.066.1 and 2.065.0 --

[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 changed: What|Removed |Added CC||john.loughran.colvin@gmail. |

[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|