[Mono-bugs] [Bug 36804][Min] Changed - mcs does not allow calling of methods with SpecialName attribute

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Mon, 17 Feb 2003 00:11:36 -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 miguel@ximian.com.

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

--- shadow/36804	Sun Feb 16 22:34:47 2003
+++ shadow/36804.tmp.32016	Mon Feb 17 00:11:36 2003
@@ -1,13 +1,13 @@
 Bug#: 36804
 Product: Mono/MCS
 Version: unspecified
 OS: Debian Woody
 OS Details: 
-Status: REOPENED   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Minor
 Component: Misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: vargaz@freemail.hu               
 QAContact: mono-bugs@ximian.com
@@ -81,6 +81,13 @@
 
 Here is the problem: effectively, any mehtod can be a property method.
  When we find one of these methods, we will have to extract all the
 property/event definitions and see if the method is referenced from there.
 
 The good news is that SpecialName methods occur rather infrequently.
+
+------- Additional Comments From miguel@ximian.com  2003-02-17 00:11 -------
+Ok, things are not as bad as I thought.  Since the SpecialName case
+will not be hit typically (or only hit during a call to a specialname
+function, which happens very very infrequently).
+
+Fix is coming to cvs