[Mono-bugs] [Bug 28562][Nor] Changed - type info lost with enum arguments to a custom attr that takes an object

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
12 Aug 2002 12:58:52 -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 martin@gnome.org.

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

--- shadow/28562	Tue Aug  6 12:57:27 2002
+++ shadow/28562.tmp.14540	Mon Aug 12 08:58:52 2002
@@ -73,6 +73,11 @@
 
 If the enum is a dynamic type, then I can't create an instance of it.
 
 ------- Additional Comments From lupus@ximian.com  2002-08-06 12:57 -------
 mcs should probably call CreateType() on enums and use the resulting
 type to create the reference representation of the enum value.
+
+------- Additional Comments From martin@gnome.org  2002-08-12 08:58 -------
+Created an attachment (id=2093)
+MCS patch to encode the attribute with the correct enum type
+