[Issue 3797] Regression(2.038): Implicit conversion between incompatible function pointers

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

[Issue 3797] Regression(2.038): Implicit conversion between incompatible function pointers

2011-06-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3797 --- Comment #18 from yebblies 2011-06-08 22:27:18 PDT --- https://github.com/D-Programming-Language/dmd/pull/96 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 3797] Regression(2.038): Implicit conversion between incompatible function pointers

2011-06-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3797 yebblies changed: What|Removed |Added CC||mrmoc...@gmx.de --- Comment #17 from yebbli

[Issue 3797] Regression(2.038): Implicit conversion between incompatible function pointers

2011-06-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3797 klickverbot changed: What|Removed |Added Keywords||patch CC|

[Issue 3797] Regression(2.038): Implicit conversion between incompatible function pointers

2011-06-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3797 --- Comment #15 from yebblies 2011-06-06 20:01:10 PDT --- The reason this happens is because TypeFunction does not override constConv. When called on TypeFunction, TypeNext::constConv is actually called, which only compares the return type. (n

[Issue 3797] Regression(2.038): Implicit conversion between incompatible function pointers

2011-06-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3797 yebblies changed: What|Removed |Added CC||eatingstap...@gmail.com --- Comment #14 fro

[Issue 3797] Regression(2.038): Implicit conversion between incompatible function pointers

2011-06-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3797 --- Comment #13 from yebblies 2011-06-06 19:33:41 PDT --- *** Issue 4891 has been marked as a duplicate of this issue. *** -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail becau

[Issue 3797] Regression(2.038): Implicit conversion between incompatible function pointers

2011-06-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3797 yebblies changed: What|Removed |Added CC||jsan...@gmail.com --- Comment #12 from yebb

[Issue 3797] Regression(2.038): Implicit conversion between incompatible function pointers

2011-05-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3797 timon.g...@gmx.ch changed: What|Removed |Added Version|2.040 |D2 --- Comment #11 from timon.g...@