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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 24 Dec 2003 19:08:26 -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 bmaurer@users.sf.net.

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

--- shadow/28562	2003-12-24 01:48:03.000000000 -0500
+++ shadow/28562.tmp.27116	2003-12-24 19:08:26.000000000 -0500
@@ -151,6 +151,9 @@
 
       public object GetWrapper (object value, Type t);
 }
 
 Then the runtime can handle this method and print out the name of the
 new type, even though it has not been compiled yet.
+
+------- Additional Comments From bmaurer@users.sf.net  2003-12-24 19:08 -------
+Interestingly, JSC.net throws an exception when it compiles a boxed enum.