[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
Wed, 25 Jun 2003 11:33:59 -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 10:31:14 2003
+++ shadow/45415.tmp.1529	Wed Jun 25 11:33:59 2003
@@ -66,6 +66,21 @@
 ------- Additional Comments From dietmar@ximian.com  2003-06-25 04:39 -------
 I cant reproduce that bug - it return 0 here.
 
 
 ------- Additional Comments From miguel@ximian.com  2003-06-25 10:31 -------
 Same here;  CVS build.  With no icall changes.
+
+------- Additional Comments From ravi@ximian.com  2003-06-25 11:33 -------
+My build is basically this :
+                                                                     
+          
+- install mono 0.24
+- cvs update mcs, apply my patch to mcs/mcs
+- compile mcs/jay, mcs/mcs
+- on compiling mcs/class/corlib, in the debug messages I put in, I
+clearly see that System.Int32 is not considered a subclass of
+System.ValueType.
+                                                                     
+          
+So no, this doesn't need the new icall.c changes, apparently.
+