[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
13 Aug 2002 21:31:46 -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 ravi@ximian.com.

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

--- shadow/28562	Mon Aug 12 09:00:21 2002
+++ shadow/28562.tmp.1910	Tue Aug 13 17:31:46 2002
@@ -101,6 +101,13 @@
 constructor,System.Object[](System.Enum),System.Reflection.PropertyInfo[](),System.Object[](),System.Reflection.FieldInfo[](),System.Object[]()
 Compilation succeeded - 1 warning(s)
 ----
 
 Is this a reflection bug or am I still doing something wrong in MCS ?
 
+
+------- Additional Comments From ravi@ximian.com  2002-08-13 17:31 -------
+Hi Martin, I was just taking a look at this and it turns out that your
+patch is indeed correct - just that there is a bug in the MS runtime
+so this will work only with Mono :-)
+
+You can go ahead and apply the patch.