[Mono-bugs] [Bug 56013][Wis] Changed - [PATCH] Compiler ignores property accessor names in the metadata

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 15 Apr 2004 00:26:04 -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 bmaurer@users.sf.net.

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

--- shadow/56013	2004-04-15 00:19:01.000000000 -0400
+++ shadow/56013.tmp.20922	2004-04-15 00:26:04.000000000 -0400
@@ -91,6 +91,15 @@
 you are not tricked by the other one.
 
 In all of these cases, we have trouble getting the correct `get' and
 `set' method from the propertyinfo. We need a reliable method to do this.
 
     
+
+------- Additional Comments From bmaurer@users.sf.net  2004-04-15 00:26 -------
+<BenM> btw, you might want to look at the patch Zoltan checked into
+reflection.c
+<BenM> it is for looking up propinfos
+<BenM> we might be able to do something similar, but i did not have
+time to study his patch
+<miguel> Ok
+<miguel> Can you add a reminder?