Thread overview
[Issue 16303] covariant delegates should implicitly convert
Jul 20, 2016
Mathias Lang
Apr 26, 2017
Walter Bright
May 09, 2017
Walter Bright
May 09, 2017
Walter Bright
Jun 10, 2017
Walter Bright
July 20, 2016
https://issues.dlang.org/show_bug.cgi?id=16303

Mathias Lang <mathias.lang@sociomantic.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mathias.lang@sociomantic.co
                   |                            |m

--- Comment #1 from Mathias Lang <mathias.lang@sociomantic.com> ---
I thought that was parameter contravariance and that could not work in the general case because of overloading ?

AFAICS, it's a duplicate of https://issues.dlang.org/show_bug.cgi?id=3075

--
April 26, 2017
https://issues.dlang.org/show_bug.cgi?id=16303

--- Comment #2 from Walter Bright <bugzilla@digitalmars.com> ---
https://github.com/dlang/dmd/pull/6731

--
May 09, 2017
https://issues.dlang.org/show_bug.cgi?id=16303

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://issues.dlang.org/sh
                   |                            |ow_bug.cgi?id=3075

--
May 09, 2017
https://issues.dlang.org/show_bug.cgi?id=16303

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://issues.dlang.org/sh
                   |                            |ow_bug.cgi?id=17349

--
June 10, 2017
https://issues.dlang.org/show_bug.cgi?id=16303

Walter Bright <bugzilla@digitalmars.com> changed:

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

--- Comment #3 from Walter Bright <bugzilla@digitalmars.com> ---
Fixed by https://github.com/dlang/dmd/pull/6731

--