[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 11:21:01 -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-22 11:19:19.000000000 -0500
+++ shadow/52408.tmp.6500 2003-12-22 11:21:01.000000000 -0500
@@ -113,6 +113,17 @@
affect.
------- Additional Comments From bmaurer@users.sf.net 2003-12-22 11:19 -------
Created an attachment (id=6292)
mcs-52408.patch -- patch
+
+------- Additional Comments From bmaurer@users.sf.net 2003-12-22 11:21 -------
+This patch should fix the stuff relating to properties.
+
+I still need to study Indexer calls, however, since that code will
+build on this stuff, I would like to get this checked in first.
+
+I am going to come up with a test suite for this all.
+
+The perf regression is gone, in fact, this patch brings a (very) small
+improvement.