[Mono-bugs] [Bug 31835][Nor] Changed - incorrect opcodes when assigning enum value to System.Enum
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
8 Oct 2002 23:33:07 -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=31835
--- shadow/31835 Sun Oct 6 14:38:09 2002
+++ shadow/31835.tmp.26700 Tue Oct 8 19:33:06 2002
@@ -1,14 +1,14 @@
Bug#: 31835
Product: Mono/MCS
Version: unspecified
-OS:
+OS: unknown
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Normal
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: hwang_rob@yahoo.ca
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -88,7 +88,19 @@
place to put them; I suppose you could make an argument for putting it in
ImplicitReferenceConversion....
------- Additional Comments From hwang_rob@yahoo.ca 2002-10-06 14:38 -------
Created an attachment (id=2479)
possible patch to ecore.cs to box the enum
+
+
+------- Additional Comments From miguel@ximian.com 2002-10-08 19:33 -------
+Thanks for the bug report, which is very precise (with information
+from the spec!) and with the analysis and the patch!
+
+I have decided to put the patch in the implicitreferenceconversion
+routine instead, as System.Enum is a class type, and it makes more
+sense to have it there.
+
+How are you running into so many bugs?
+