[Issue 14781] [REG2.067] impure delegate to pure function context should be able to modify context

2015-09-01 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14781 --- Comment #10 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/922d79a43ff60ed324e32e2f4be1430de209746f fix Issue 14781 - impure de

[Issue 14781] [REG2.067] impure delegate to pure function context should be able to modify context

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

[Issue 14781] [REG2.067] impure delegate to pure function context should be able to modify context

2015-08-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14781 --- Comment #9 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/922d79a43ff60ed324e32e2f4be1430de209746f fix Issue 14781 - impure del

[Issue 14781] [REG2.067] impure delegate to pure function context should be able to modify context

2015-08-27 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14781 --- Comment #8 from Kenji Hara --- New PR targeting 2.068.1 release: https://github.com/D-Programming-Language/dmd/pull/4970 --

[Issue 14781] [REG2.067] impure delegate to pure function context should be able to modify context

2015-08-27 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14781 Kenji Hara changed: What|Removed |Added Keywords||rejects-valid Summary|impure delegat