[Mono-bugs] [Bug 80969][Nor] Changed - Generics multidimensional arrays problem
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Feb 28 11:47:57 EST 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 vargaz at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=80969
--- shadow/80969 2007-02-26 19:50:41.000000000 -0500
+++ shadow/80969.tmp.21415 2007-02-28 11:47:57.000000000 -0500
@@ -1,14 +1,14 @@
Bug#: 80969
Product: Mono: Runtime
Version: 1.2
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: JIT
AssignedTo: lupus at ximian.com
ReportedBy: marek.safar at seznam.cz
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
@@ -60,6 +60,14 @@
How often does this happen?
100%
Additional Information:
+
+------- Additional Comments From vargaz at gmail.com 2007-02-28 11:47 -------
+This is because mono_get_method_full () contains a cache indexed by
+tokens, which doesn't take the generic context into account. The
+array methods are put into this cache because they don't have
+is_inflated set.
+
+
More information about the mono-bugs
mailing list