[Mono-bugs] [Bug 52586][Nor] Changed - We do not handle overriden overloads correctly
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sun, 19 Sep 2004 02:52:42 -0400 (EDT)
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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=52586
--- shadow/52586 2004-06-23 22:03:22.000000000 -0400
+++ shadow/52586.tmp.30251 2004-09-19 02:52:42.000000000 -0400
@@ -10,13 +10,12 @@
Component: C#
AssignedTo: martin@ximian.com
ReportedBy: bmaurer@users.sf.net
QAContact: mono-bugs@ximian.com
TargetMilestone: V1
URL:
-Cc:
Summary: We do not handle overriden overloads correctly
BugsThisDependsOn: 26204, 52594
In this example:
using System;
@@ -84,6 +83,10 @@
------- Additional Comments From bmaurer@users.sf.net 2004-01-04 22:21 -------
If we fix bug 52594 we can easily fix bug 26204 and make it so that it
does not require its own function table. This will allow us just to
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.