[Mono-bugs] [Bug 41520][Nor] Changed - Fail to compiler constructors in attributes.
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Tue, 29 Apr 2003 09:48:39 -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 lupus@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=41520
--- shadow/41520 Mon Apr 28 22:45:18 2003
+++ shadow/41520.tmp.15008 Tue Apr 29 09:48:39 2003
@@ -1,16 +1,16 @@
Bug#: 41520
-Product: Mono/Class Libraries
+Product: Mono/MCS
Version: unspecified
OS: unknown
OS Details:
Status: NEW
Resolution:
Severity: Unknown
Priority: Normal
-Component: CORLIB
+Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: miguel@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
@@ -53,6 +53,12 @@
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.
+
+------- Additional Comments From lupus@ximian.com 2003-04-29 09:48 -------
+mcs still fails to compile the test case.
+I added/fixed the code to deal with arrays in custom attrs
+(both emit and read). Emit is tested only with an empty array,
+until mcs is fixed to actually compile the code.