[Mono-bugs] [Bug 75889][Maj] Changed - [GMCS] mini bug
(CEE_ISINST): Wrong 'is' statement execution
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Nov 16 13:24:44 EST 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 vargaz at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=75889
--- shadow/75889 2005-11-16 11:21:54.000000000 -0500
+++ shadow/75889.tmp.14355 2005-11-16 13:24:44.000000000 -0500
@@ -88,6 +88,13 @@
I'm marking this because this check is performance critical for
Nemerle code.
------- Additional Comments From martin at ximian.com 2005-10-28 18:24 -------
ASSIGNED -> NEW
+
+------- Additional Comments From vargaz at gmail.com 2005-11-16 13:24 -------
+The problem here is that
+mono_get_unique_iid () allocates the same id to all instantinations of
+a generic class, it should probably use mono_type_get_name_full ()
+for obtaining the name.
+
More information about the mono-bugs
mailing list