[Mono-bugs] [Bug 26204][Nor] Changed - Problem when finding an inherited method
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
17 Jun 2002 08:23:05 -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 lupus@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=26204
--- shadow/26204 Fri Jun 14 21:56:48 2002
+++ shadow/26204.tmp.18779 Mon Jun 17 04:23:05 2002
@@ -1,12 +1,12 @@
Bug#: 26204
Product: Mono/MCS
Version: unspecified
OS: other
OS Details:
-Status: NEW
+Status: ASSIGNED
Resolution:
Severity: Unknown
Priority: Normal
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: lupus@ximian.com
@@ -74,6 +74,16 @@
Hello Paolo,
Indeed, I use DeclaredOnly to find the methods (that is the way i
walk the classes). How would I go about implementing this though?
miguel
+
+------- Additional Comments From lupus@ximian.com 2002-06-17 04:23 -------
+Well, you should not use DeclaredOnly and you should let the
+Reflection code search the type hierarchy. What is the reason you loop
+yourself?
+Anyway, once that is done (and I fix the code in our reflection to
+take into account the different DeclaringType and ReflectedType) I'll
+be able to emit in the binary image the correct memberref. It still
+won't work with the ms runtime: we need to file a bug with them about
+the issue.