[Issue 13423] Allow covariant assignment of lambda to delegate variable

2014-09-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13423 yebblies changed: What|Removed |Added CC||yebbl...@gmail.com --- Comment #1 from yebblies

[Issue 13423] Allow covariant assignment of lambda to delegate variable

2014-09-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13423 --- Comment #2 from Kenji Hara --- (In reply to hsteoh from comment #0) > Code: > -- > void main() { > void delegate(char) dg = (dchar) {}; > } > -- There is a parameter type mismatching 'char' and 'dchar'. --

[Issue 13423] Allow covariant assignment of lambda to delegate variable

2014-09-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13423 --- Comment #3 from hst...@quickfur.ath.cx --- Oops, looks like I made a mistake while reducing the original test case. I'll have to go back and re-reduce it. Sorry for the noise. --

[Issue 13423] Allow covariant assignment of lambda to delegate variable

2014-09-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13423 hst...@quickfur.ath.cx changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---