[Mono-bugs] [Bug 52578][Wis] Changed - MCS invalidly emits a Box when converting a System.Enum to an interface
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sat, 3 Jan 2004 17:36:46 -0500 (EST)
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 pcgod@gmx.net.
http://bugzilla.ximian.com/show_bug.cgi?id=52578
--- shadow/52578 2004-01-03 14:08:39.000000000 -0500
+++ shadow/52578.tmp.20589 2004-01-03 17:36:46.000000000 -0500
@@ -67,6 +67,11 @@
IConvertible convertible = (IConvertible) 1;
Console.WriteLine ((int) convertible == 1);
}
}
Regresses with your patch
+
+------- Additional Comments From pcgod@gmx.net 2004-01-03 17:36 -------
+Created an attachment (id=6340)
+new proposed patch
+