[Mono-bugs] [Bug 45993][Maj] Changed - ModuleBuilder.GetType("String[]") returns a type from the currently loaded corlib

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Fri, 18 Jul 2003 15:50:07 -0400 (EDT)


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 ravi@ximian.com.

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

--- shadow/45993	Fri Jul 18 07:23:56 2003
+++ shadow/45993.tmp.27981	Fri Jul 18 15:50:07 2003
@@ -47,6 +47,12 @@
 ------- Additional Comments From ravi@ximian.com  2003-07-08 16:31 -------
 Ccing Miguel
 
 ------- Additional Comments From lupus@ximian.com  2003-07-18 07:23 -------
 ravi: can you try with current cvs? You still need to apply the
 mono_class_from_mono_type() patch I sent a while ago.
+
+------- Additional Comments From ravi@ximian.com  2003-07-18 15:50 -------
+I tried it out and although this issue has been fixed, the Type
+returned still has its BaseType set to System.Array from the loaded
+corlib instead of it being from the corlib being compiled. If you fix
+this, I think it should be it :-)