[Mono-bugs] [Bug 25285] Changed - Assigning a boolean value to a property results in it being set as null.
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
26 May 2002 09:38:57 -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 lupus@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=25285
--- shadow/25285 Sat May 25 18:37:02 2002
+++ shadow/25285.tmp.14987 Sun May 26 05:38:57 2002
@@ -1,12 +1,12 @@
Bug#: 25285
Product: Mono/MCS
Version: unspecified
OS: unknown
OS Details:
-Status: NEW
+Status: ASSIGNED
Resolution:
Severity: Unknown
Priority: Major
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: joe@ximian.com
@@ -25,6 +25,11 @@
Test case which shows the problem
------- Additional Comments From joe@ximian.com 2002-05-25 18:36 -------
Looks to be a compiler bug, as when built with csc and run on Linux,
it's fine.
+
+------- Additional Comments From lupus@ximian.com 2002-05-26 05:38 -------
+mcs should box the value if it's not a reference in the method
+break_stuff2: the test fails the PEVerify run when run with the ms
+runtime, too.