[Mono-bugs] [Bug 52655][Nor] Changed - Custom attributes should not be cached

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 14 Jan 2004 12:11:17 -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 lluis@ximian.com.

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

--- shadow/52655	2004-01-13 08:16:21.000000000 -0500
+++ shadow/52655.tmp.14691	2004-01-14 12:11:17.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 52655
 Product: Mono/Class Libraries
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: CORLIB
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: lluis@ximian.com               
 QAContact: mono-bugs@ximian.com
@@ -67,6 +67,9 @@
 
 ------- Additional Comments From lupus@ximian.com  2004-01-13 08:16 -------
 lluis: the patch looks fine, too bad we can't cache the attributes.
 As for IsDefined etc: we'll need a different interface to the runtime
 internals, since we currently create all the attrs for an object, but
 it looks like the MS runtime only creates the requested ones.
+
+------- Additional Comments From lluis@ximian.com  2004-01-14 12:11 -------
+Patch applied.