[Mono-bugs] [Bug 52586][Nor] Changed - We do not handle overriden overloads correctly

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 11 Feb 2005 04:10:43 -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 rharinath@novell.com.

http://bugzilla.ximian.com/show_bug.cgi?id=52586

--- shadow/52586	2005-01-19 13:02:09.000000000 -0500
+++ shadow/52586.tmp.29515	2005-02-11 04:10:42.000000000 -0500
@@ -1,12 +1,12 @@
 Bug#: 52586
 Product: Mono: Compilers
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: NEW   
+Status: ASSIGNED   
 Resolution: 
 Severity: Unknown
 Priority: Normal
 Component: C#
 AssignedTo: rharinath@novell.com                            
 ReportedBy: bmaurer@users.sf.net               
@@ -87,6 +87,16 @@
 use the Member Caches that we get by walking with DeclaredOnly. So,
 then we can just ignore override functions.
 
 ------- Additional Comments From miguel@ximian.com  2004-09-19 02:52 -------
 Am CCing Raja, as he recently refactored some code in this area,
 and he might be able to shed some light here.
+
+------- Additional Comments From rharinath@novell.com  2005-02-11 04:10 -------
+OK.  A preliminary fix went into SVN.  
+
+I didn't need any special hacks.  The code assumes the 'MethodHandle'
+is the same for the same method reflected from different types.  Even
+that is just an optimization -- the code is resilient to this not
+being satisfied.
+
+This fix makes progress on bug #59209, too, but doesn't fix it fully.