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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=79000 --- shadow/79000 2006-08-11 09:59:47.000000000 -0400 +++ shadow/79000.tmp.2703 2006-08-11 10:07:08.000000000 -0400 @@ -105,6 +105,11 @@ Note if (rank > 1) bounded is set to FALSE (line 3345). Then the comparison (line 3357) always compares class->byval_arg.type to MONO_TYPE_SZARRAY. Later if (rank > 1) we are setting the type of the created class to MONO_TYPE_ARRAY (line 3425). Thus, the next time we come in, the comparison fails and the class is created again. I'm guessing one of the ifs needs changed, but not sure which one. + +------- Additional Comments From [EMAIL PROTECTED] 2006-08-11 10:07 ------- +Created an attachment (id=17445) +Attempt at patch + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
