[Mono-bugs] [Bug 77916][Nor] Changed - unhandled type (array for object argument) in custom attr

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Apr 7 12:16:57 EDT 2006


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 at gmail.com.

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

--- shadow/77916	2006-03-27 04:36:34.000000000 -0500
+++ shadow/77916.tmp.21063	2006-04-07 12:16:57.000000000 -0400
@@ -1,16 +1,16 @@
 Bug#: 77916
-Product: Mono: Runtime
+Product: Mono: Compilers
 Version: 1.1
 OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
 Severity: Unknown
 Priority: Normal
-Component: misc
+Component: C#
 AssignedTo: mono-bugs at ximian.com                            
 ReportedBy: marek.safar at seznam.cz               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
@@ -55,6 +55,18 @@
 No error.
 
 How often does this happen? 
 
 
 Additional Information:
+
+------- Additional Comments From vargaz at gmail.com  2006-04-07 12:16 -------
+The runtime support is now fixed, but mcs passes object[] instead of
+double[] to the runtime, which is not correct. This can be seen by
+adding:
+
+			Console.WriteLine (((SimpleAttribute)typeof
+(Blah).GetCustomAttributes (typeof (SimpleAttribute), false)[0]).D);
+
+to the Main () method of the testcase.
+
+-> mcs


More information about the mono-bugs mailing list