[Mono-bugs] [Bug 34161][Nor] Changed - implicit conversion with enums values issue
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Sat, 12 Jul 2003 11:55:07 -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 martin@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=34161
--- shadow/34161 Tue Jul 8 15:02:49 2003
+++ shadow/34161.tmp.5041 Sat Jul 12 11:55:07 2003
@@ -1,13 +1,13 @@
Bug#: 34161
Product: Mono/MCS
Version: unspecified
OS: other
OS Details:
-Status: ASSIGNED
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: 040 One week
Priority: Normal
Component: Misc
AssignedTo: martin@ximian.com
ReportedBy: lupus@ximian.com
QAContact: mono-bugs@ximian.com
@@ -54,6 +54,10 @@
As a workaround, explicitly cast the whole expression to short. Since this problem requires some thinking and there's a simple
workaround, setting priority to major.
------- Additional Comments From martin@ximian.com 2003-07-08 15:02 -------
Ok, I will now actually look at this.
+
+------- Additional Comments From martin@ximian.com 2003-07-12 11:55 -------
+I can't reproduce this problem anymore, the testcase above compiles
+just fine with MCS, so I assume the problem is already FIXED.