[Mono-bugs] [Bug 21420] Changed - custom attributes defined in the same assembly problem

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
12 Apr 2002 13:15:19 -0000


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 lupus@ximian.com.

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

--- shadow/21420	Thu Apr 11 17:47:29 2002
+++ shadow/21420.tmp.30435	Fri Apr 12 09:15:19 2002
@@ -44,6 +44,15 @@
 Currently we use SetCustomAttribute (CustomAttributeBuilder cb) to 
 set attributes and it works fine since it really is an easier way of 
 doing what you suggest. 
 
 As I said, this fix will come when I make my big commit of the 
 attribute application code revamp.
+
+------- Additional Comments From lupus@ximian.com  2002-04-12 09:15 -------
+Yes, I know what the current code does. I asked you to explain your
+strategy because if it requires support in reflection, I'd like to
+start writing it before you commit your code to cvs or we'll have a
+non-working build for some time and that's bad... Or are you writing
+the reflection support code as well? If you continue using the
+SetCustomAttribute (CustomAttributeBuilder cb) interface, you _need_
+to write support in reflection for it. Please tell us what you're doing.