[Mono-bugs] [Bug 21554] Changed - Not correct overloading resolution

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
24 May 2002 23:08:53 -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=21554

--- shadow/21554	Sat Mar 16 13:57:10 2002
+++ shadow/21554.tmp.26398	Fri May 24 19:08:53 2002
@@ -1,13 +1,13 @@
 Bug#: 21554
 Product: Mono/MCS
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Major
 Component: Misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: f_ai@hotmail.com               
 QAContact: mono-bugs@ximian.com
@@ -68,6 +68,9 @@
 number of arguments as the target, all the methods that have the 
 same number of arguments are treated the same, and the last one is 
 the one that is defined as the BEST. Probably the BetterFunction 
 must be called to choose the best function.
 The BetterFunction should probably be changed, to include the 
 UserInplicitConversions information for the parameters if any.
+
+------- Additional Comments From ravi@ximian.com  2002-05-24 19:08 -------
+Fixed in CVS