[Issue 17743] Type system hole: escaping inout delegates

2022-12-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17743 Iain Buclaw changed: What|Removed |Added Priority|P1 |P2 --

[Issue 17743] Type system hole: escaping inout delegates

2021-12-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17743 --- Comment #2 from anonymous4 --- As I understand, it's due to decision that nested functions use inout qialifier of the outer function. Then an easy way to fix this is to disallow conversion of such nested function to inout-typed delegate. --

[Issue 17743] Type system hole: escaping inout delegates

2021-12-12 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17743 andy.pj.han...@gmail.com changed: What|Removed |Added CC||andy.pj.han...@gmail.com --

[Issue 17743] Type system hole: escaping inout delegates

2017-08-14 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17743 Steven Schveighoffer changed: What|Removed |Added CC||schvei...@yahoo.com --- Comment #1 fr

[Issue 17743] Type system hole: escaping inout delegates

2017-08-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17743 Walter Bright changed: What|Removed |Added Keywords||safe CC|