[Mono-bugs] [Bug 75795][Nor] New - [PATCH] to process and output
"safearray" info
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Aug 12 10:12:11 EDT 2005
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 jankit at novell.com.
http://bugzilla.ximian.com/show_bug.cgi?id=75795
--- shadow/75795 2005-08-12 10:12:10.000000000 -0400
+++ shadow/75795.tmp.13086 2005-08-12 10:12:10.000000000 -0400
@@ -0,0 +1,33 @@
+Bug#: 75795
+Product: Mono: Tools
+Version: 1.1
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: tools
+AssignedTo: mono-bugs at ximian.com
+ReportedBy: jankit at novell.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: [PATCH] to process and output "safearray" info
+
+Attached is a testcase and a proposed patch for mono and monodis.
+
+The test case has two methods, one with "safearray int", and the other with
+"safearray".
+
+.method private hidebysig
+ instance default void ret_safearray_int (int32 marshal (safearray int) a1)
+ cil managed
+
+mono doesn't do anything with the subtype and monodis doesn't output
+anything! It just prints
+
+ marshal (safearray)
+
+The patch fixes that.
More information about the mono-bugs
mailing list