[Mono-bugs] [Bug 64221][Min] Changed - errors/cs0182.cs fails
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 10 Dec 2004 13:10:34 -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 marek.safar@seznam.cz.
http://bugzilla.ximian.com/show_bug.cgi?id=64221
--- shadow/64221 2004-10-30 17:30:57.000000000 -0400
+++ shadow/64221.tmp.5780 2004-12-10 13:10:34.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 64221
Product: Mono: Compilers
Version: unspecified
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Minor
Component: C#
AssignedTo: mono-bugs@ximian.com
ReportedBy: martin@ximian.com
QAContact: mono-bugs@ximian.com
@@ -51,6 +51,9 @@
------- Additional Comments From vargaz@gmail.com 2004-10-30 17:30 -------
The crash was due to insufficient error checking in
CustomAttributeBuilder, and it is fixed now. The test still fails
because mcs should check that the arguments/fields/properties of a
custom attribute are not multi-dimensional arrays.
+
+------- Additional Comments From marek.safar@seznam.cz 2004-12-10 13:10 -------
+Fixed, this is not an error and now it is compiled correctly.