[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 12:47:01 -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 Tue Apr 29 09:48:39 2003
+++ shadow/41520.tmp.26922 Tue Apr 29 12:47:01 2003
@@ -1,13 +1,13 @@
Bug#: 41520
Product: Mono/MCS
Version: unspecified
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: miguel@ximian.com
QAContact: mono-bugs@ximian.com
@@ -59,6 +59,9 @@
------- 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.
+
+------- Additional Comments From miguel@ximian.com 2003-04-29 12:47 -------
+I commited my changes to CVS. The bug is fixed.