[Mono-bugs] [Bug 30951][Nor] Changed - unable to box 64bit enums

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
26 Sep 2002 16:06:41 -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=30951

--- shadow/30951	Thu Sep 26 07:44:48 2002
+++ shadow/30951.tmp.30124	Thu Sep 26 12:06:41 2002
@@ -52,6 +52,15 @@
 I see a ChangeLog entry which seems to be related to this, but there
 is no corresponding commit on the mono-patches list.
 
 ------- Additional Comments From martin@gnome.org  2002-09-26 07:44 -------
 Miguel, did you forget to commit something ?
 
+
+------- Additional Comments From miguel@ximian.com  2002-09-26 12:06 -------
+You are not going to believe this.  But there are actually two code
+paths: one is for zero (it is an implicit enum conversion) and
+anything else has to be handled by a different code path (explicit
+enum conversion).
+
+I will fix the other code path today.  Thanks for pointing this out, I
+should have done a more thorough test in the first place.