[Mono-bugs] [Bug 52408][Wis] Changed - MCS does not know the difference between a `new' property and an `override' property

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 22 Dec 2003 00:52:16 -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=52408

--- shadow/52408	2003-12-21 16:40:52.000000000 -0500
+++ shadow/52408.tmp.3423	2003-12-22 00:52:16.000000000 -0500
@@ -101,6 +101,13 @@
 2) If one of them *is* override, we need to search the base classes
 for a definition. 
 
 ------- Additional Comments From bmaurer@users.sf.net  2003-12-21 16:40 -------
 Have a patch for the client. Need to do some bug checking on the decl
 side of this (eg, can we run an invalid example, as in my last comment).
+
+------- Additional Comments From bmaurer@users.sf.net  2003-12-22 00:52 -------
+ok, so now i have a patch for everything with properties. Now I have
+to test and work with indexers.
+
+Also, my patch adds .2 sec to bootstrap, I can probably cut down that
+affect.