[Mono-bugs] [Bug 21061] Changed - mcs doesn't always box value types
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
26 Feb 2002 21:02:48 -0000
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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=21061
--- shadow/21061 Tue Feb 26 08:46:17 2002
+++ shadow/21061.tmp.17152 Tue Feb 26 16:02:48 2002
@@ -1,14 +1,14 @@
Bug#: 21061
Product: Mono/MCS
Version: unspecified
OS: All
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Major
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: lupus@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -30,6 +30,12 @@
static void Main() {
Console.WriteLine((int)foo.a + "This works.");
Console.WriteLine(foo.b + "This doesn't work.");
}
}
+
+------- Additional Comments From miguel@ximian.com 2002-02-26 16:02 -------
+The bug has been fixed on CVS. While writing the test suite, I
+exposed another two bugs and killed those bad boys at the same time.
+
+