[Mono-bugs] [Bug 21647] Changed - Overload resolution problem with null.
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
13 Mar 2002 21:22:29 -0000
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by ravi@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=21647
--- shadow/21647 Mon Mar 11 09:28:23 2002
+++ shadow/21647.tmp.24572 Wed Mar 13 16:22:29 2002
@@ -1,13 +1,13 @@
Bug#: 21647
Product: Mono/MCS
Version: unspecified
OS: other
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: lupus@ximian.com
QAContact: mono-bugs@ximian.com
@@ -42,6 +42,11 @@
StandardConversionExists() (indeed there is a FIXME there related to
this very issue). The problem is that to do the check an expression is
needed, while StandardConversionExists() takes only types.
Hope this helps.
+
+------- Additional Comments From ravi@ximian.com 2002-03-13 16:22 -------
+This has been fixed in CVS. There might be some more issues with the
+overload resolution code so we need to test it more extensively. I
+have also put in your test case into the suite as test # 86