[Mono-bugs] [Bug 55786][Wis] Changed - `override' members should not be included in member lookup

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 19 Mar 2004 19:38:15 -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 bmaurer@users.sf.net.

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

--- shadow/55786	2004-03-18 21:51:19.000000000 -0500
+++ shadow/55786.tmp.14596	2004-03-19 19:38:15.000000000 -0500
@@ -48,6 +48,13 @@
 Actually, this may not be so hard. We could just not put override
 methods in the MemberCache.
 
 ------- Additional Comments From bmaurer@users.sf.net  2004-03-18 21:51 -------
 Actually, if I fix the bug in the way above, I could simplify the
 Property code in such a way that it would fix bug 55780.
+
+------- Additional Comments From bmaurer@users.sf.net  2004-03-19 19:38 -------
+Ok, so my first idea did not work. You get tons of problems with base.
+because it will call the first implementation of the virtual call, not
+the one in the base class.
+
+Sys.Reflection sucks for writing this sorta thing :-(