Thread overview
[Issue 13423] Allow covariant assignment of lambda to delegate variable
Sep 07, 2014
yebblies
Sep 07, 2014
Kenji Hara
September 07, 2014
https://issues.dlang.org/show_bug.cgi?id=13423

yebblies <yebblies@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |yebblies@gmail.com

--- Comment #1 from yebblies <yebblies@gmail.com> ---
Is this issue 3075 again?

--
September 07, 2014
https://issues.dlang.org/show_bug.cgi?id=13423

--- Comment #2 from Kenji Hara <k.hara.pg@gmail.com> ---
(In reply to hsteoh from comment #0)
> Code:
> ------
> void main() {
>         void delegate(char) dg = (dchar) {};
> }
> ------

There is a parameter type mismatching 'char' and 'dchar'.

--
September 10, 2014
https://issues.dlang.org/show_bug.cgi?id=13423

--- Comment #3 from hsteoh@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.

--
September 18, 2014
https://issues.dlang.org/show_bug.cgi?id=13423

hsteoh@quickfur.ath.cx changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #4 from hsteoh@quickfur.ath.cx ---
Looks like the original problem was something else. I'll file a different issue for it. Closing this one.

--