[Mono-bugs] [Bug 41520][Nor] Changed - Fail to compiler constructors in attributes.

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Mon, 28 Apr 2003 22:45:18 -0400 (EDT)


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

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

--- shadow/41520	Mon Apr 28 21:16:40 2003
+++ shadow/41520.tmp.2744	Mon Apr 28 22:45:18 2003
@@ -1,16 +1,16 @@
 Bug#: 41520
-Product: Mono/MCS
+Product: Mono/Class Libraries
 Version: unspecified
 OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
 Severity: Unknown
-Priority: Wishlist
-Component: Misc
+Priority: Normal
+Component: CORLIB
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: miguel@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
@@ -43,6 +43,16 @@
 	public static int Main ()
 	{
 		return 0;
 	}
 }
 
+
+------- Additional Comments From miguel@ximian.com  2003-04-28 22:45 -------
+Reassigning to the Mono runtime.
+
+I have now fixed this bug in MCS.  But the Mono clsas libraries does
+not support yet the encoding of arrays of attribute-expressions.
+
+Notice that only single-dimension arrays are supported according to
+the C# spec.  The possible elements for the array have to be any of
+the valid types for the attribute.