[Issue 3180] Covariance of delegates/function pointers

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3180 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|unspecified |D2 --

[Issue 3180] Covariance of delegates/function pointers

2011-09-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3180 yebblies yebbl...@gmail.com changed: What|Removed |Added Keywords||patch

[Issue 3180] Covariance of delegates/function pointers

2011-09-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3180 --- Comment #15 from Haruki Shigemori rayerd@gmail.com 2011-09-17 09:04:50 PDT --- import std.stdio; class Base {} class Derived : Base {} class X { Base foo() { return new Base; } } class Y : X { Derived foo() { return new

[Issue 3180] Covariance of delegates/function pointers

2011-09-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3180 --- Comment #16 from yebblies yebbl...@gmail.com 2011-09-18 12:17:32 EST --- (In reply to comment #15) Why is Status RESOLVED-FIXED? I assume you're asking why this report was marked as fixed when delegate contravariance hasn't been

[Issue 3180] Covariance of delegates/function pointers

2011-09-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3180 yebblies yebbl...@gmail.com changed: What|Removed |Added Keywords|patch |

[Issue 3180] Covariance of delegates/function pointers

2011-09-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3180 yebblies yebbl...@gmail.com changed: What|Removed |Added CC||clugd...@yahoo.com.au

[Issue 3180] Covariance of delegates/function pointers

2011-09-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3180 yebblies yebbl...@gmail.com changed: What|Removed |Added Keywords||patch

[Issue 3180] Covariance of delegates/function pointers

2011-09-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3180 yebblies yebbl...@gmail.com changed: What|Removed |Added Keywords||patch

[Issue 3180] Covariance of delegates/function pointers

2011-09-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3180 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 3180] Covariance of delegates/function pointers

2011-08-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3180 yebblies yebbl...@gmail.com changed: What|Removed |Added CC||bugzi...@kyllingen.net

[Issue 3180] Covariance of delegates/function pointers

2011-06-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3180 yebblies yebbl...@gmail.com changed: What|Removed |Added CC||zan77...@nifty.com ---

[Issue 3180] Covariance of delegates/function pointers

2011-06-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3180 yebblies yebbl...@gmail.com changed: What|Removed |Added Keywords|spec|patch, rejects-valid