[Mono-bugs] [Bug 38061][Wis] Changed - Function resolution picks wrong method
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Sat, 15 Feb 2003 14:36:08 -0500 (EST)
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=38061
--- shadow/38061 Sat Feb 15 13:41:30 2003
+++ shadow/38061.tmp.21834 Sat Feb 15 14:36:08 2003
@@ -1,23 +1,23 @@
Bug#: 38061
Product: Mono/MCS
Version: unspecified
OS: unknown
OS Details:
-Status: NEW
+Status: ASSIGNED
Resolution:
Severity: Unknown
Priority: Wishlist
Component: Misc
AssignedTo: ravi@ximian.com
ReportedBy: mathpup@mylinuxisp.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: Function resoltion picks wrong method
+Summary: Function resolution picks wrong method
Description of Problem:
According to ECMA, String.Format(string format, object arg0) should throw an
exception if arg0 is null. Mono does not throw an exception in this case, but .NET
does. (Surprisingly, Rotor does not.)
@@ -64,6 +64,9 @@
------- Additional Comments From miguel@ximian.com 2003-02-15 13:41 -------
I am renaming this bug, and assigning it to Ravi.
Ravi, I believe that this is a bug in the overload resolution process,
could you take a look at it?
+
+------- Additional Comments From ravi@ximian.com 2003-02-15 14:36 -------
+Okay, taking a look at this