[Mono-bugs] [Bug 41478][Maj] Changed - Successful cast of (out of range) int to Enum
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Tue, 29 Apr 2003 14:50:49 -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 lupus@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=41478
--- shadow/41478 Tue Apr 29 14:34:36 2003
+++ shadow/41478.tmp.31044 Tue Apr 29 14:50:49 2003
@@ -1,12 +1,12 @@
Bug#: 41478
Product: Mono/Class Libraries
Version: unspecified
OS: unknown
OS Details:
-Status: NEEDINFO
+Status: CLOSED
Resolution: NOTABUG
Severity: Unknown
Priority: Major
Component: CORLIB
AssignedTo: mono-bugs@ximian.com
ReportedBy: r.h.lee@attbi.com
@@ -60,6 +60,10 @@
------- Additional Comments From dietmar@ximian.com 2003-04-17 04:07 -------
I think this behaviour is correct.
------- Additional Comments From r.h.lee@attbi.com 2003-04-29 14:34 -------
I'm wondering if the behaviour is correct because of performance?
+
+------- Additional Comments From lupus@ximian.com 2003-04-29 14:50 -------
+It is correct because the spec says so. And, yes, it's mostly about
+performance (and having it do a check would be pointless anyway).