[Mono-bugs] [Bug 64221][Min] Changed - errors/cs0182.cs fails

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 30 Oct 2004 17:30:57 -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 vargaz@gmail.com.

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

--- shadow/64221	2004-10-30 16:29:42.000000000 -0400
+++ shadow/64221.tmp.21363	2004-10-30 17:30:57.000000000 -0400
@@ -1,23 +1,23 @@
 Bug#: 64221
-Product: Mono: Runtime
+Product: Mono: Compilers
 Version: unspecified
 OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
 Severity: Unknown
 Priority: Minor
-Component: misc
-AssignedTo: vargaz@gmail.com                            
+Component: C#
+AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: martin@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
-Summary: type 0x14 not yet supported in custom attr encoder
+Summary: errors/cs0182.cs fails
 
 While compiling errors/cs0182-2.cs, I'm getting
 
 [martin@gondor errors]$ mcs cs0182-2.cs
 
 ** ERROR **: type 0x14 not yet supported in custom attr encoder
@@ -45,6 +45,12 @@
 ------- Additional Comments From ravi@ximian.com  2004-09-07 01:01 -------
 I'll take a look at this. Assigning to myself.
 
 ------- Additional Comments From ravi@ximian.com  2004-10-27 23:07 -------
 This is a bug in the runtime, not the compiler, as far as I can tell
 so I am assigning it to the runtime.
+
+------- 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.