[Mono-bugs] [Bug 80969][Nor] Changed - [PATCH] Generics multidimensional arrays problem

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Apr 23 10:59:59 EDT 2007


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 martin at ximian.com.

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

--- shadow/80969	2007-04-23 10:13:18.000000000 -0400
+++ shadow/80969.tmp.24848	2007-04-23 10:59:59.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 80969
 Product: Mono: Runtime
 Version: 1.2
 OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: JIT
 AssignedTo: lupus at ximian.com                            
 ReportedBy: marek.safar at seznam.cz               
 QAContact: mono-bugs at ximian.com
@@ -124,6 +124,9 @@
 generic class T[,].  However, this class is fully inflated in
 method_from_memberref() to System.String[,] so we search the method in
 that class and thus it's not inflated.
 
 So I think for a correct fix, we need to check whether we actually
 used the context or not.
+
+------- Additional Comments From martin at ximian.com  2007-04-23 10:59 -------
+Fixed in SVN; added gtest-332.cs.


More information about the mono-bugs mailing list