[Mono-bugs] [Bug 46090][Nor] Changed - Explicit conversion from double to int should throw OverflowException in checked context

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Sat, 12 Jul 2003 11:08:45 -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 sestoft@dina.kvl.dk.

http://bugzilla.ximian.com/show_bug.cgi?id=46090

--- shadow/46090	Thu Jul 10 10:46:48 2003
+++ shadow/46090.tmp.19240	Sat Jul 12 11:08:45 2003
@@ -1,14 +1,14 @@
 Bug#: 46090
 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: sestoft@dina.kvl.dk               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -55,6 +55,9 @@
 
 Additional Information:
 
 Maybe mcs is in agreement with an earlier version of the C# spec, which has
 changed regarding the behaviour of explicit double->integer conversions  
 --- previously these were not affected by checked/unchecked context.
+
+------- Additional Comments From sestoft@dina.kvl.dk  2003-07-12 11:08 -------
+This has been fixed in mono 0.25 I can see.