[Mono-bugs] [Bug 76671][Nor] Changed - [GMCS] [PATCH] Ensure
distinct MonoTypes on resolving a typespec in different contexts
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Nov 14 04:59:49 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 jankit at novell.com.
http://bugzilla.ximian.com/show_bug.cgi?id=76671
--- shadow/76671 2005-11-12 08:00:14.000000000 -0500
+++ shadow/76671.tmp.21429 2005-11-14 04:59:49.000000000 -0500
@@ -93,6 +93,14 @@
container = type->...->owner;
instead of the passed-in generic_context. Also, it may be cleaner if
this part of the code happens where the MonoType is allocated.
+
+------- Additional Comments From jankit at novell.com 2005-11-14 04:59 -------
+1. Changed the code to use type->..->owner.
+2. this MonoType is being allocated in
+mono_type_create_from_typespec_full itself, so i guess the code is
+fine here.
+
+Attached is the updated patch.
More information about the mono-bugs
mailing list