[Mono-bugs] [Bug 45415][Blo] Changed - System.Int32 is not a Subclass of according to Type.IsSubclassOf()
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Tue, 8 Jul 2003 16:22:18 -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=45415
--- shadow/45415 Wed Jun 25 12:42:16 2003
+++ shadow/45415.tmp.4845 Tue Jul 8 16:22:18 2003
@@ -121,6 +121,13 @@
}
Then we need to change all the some_type.IsSubclassOf (base_type) to:
some_type.IsSubclassOf (base_type)
Can you try that?
+
+------- Additional Comments From ravi@ximian.com 2003-07-08 16:22 -------
+An update. Paolo produced a TypeBuilder patch to fix this in the
+runtime but this triggered a whole slew of debugging leading to some
+other issues in compiling corlib.
+
+All bugs shall be closed as soon as that is fixed