[Mono-bugs] [Bug 33186][Min] Changed - Should flag a 221 error

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
24 Nov 2002 20:48:27 -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 martin@ximian.com.

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

--- shadow/33186	Sat Nov 16 18:31:09 2002
+++ shadow/33186.tmp.32427	Sun Nov 24 15:48:27 2002
@@ -1,13 +1,13 @@
 Bug#: 33186
 Product: Mono/MCS
 Version: unspecified
 OS: other
 OS Details: 
-Status: ASSIGNED   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Minor
 Component: Misc
 AssignedTo: martin@ximian.com                            
 ReportedBy: miguel@ximian.com               
 QAContact: mono-bugs@ximian.com
@@ -27,6 +27,14 @@
 	//g:\mono\mcs\class\System.Windows.Forms\System.Windows.Forms\Menu.cs(171,42): error CS0221: Constant value '-1' cannot be converted to a 'uint' (use 'unchecked' syntax to override)
 
 
 	}
   }
 }
+
+------- Additional Comments From martin@ximian.com  2002-11-24 15:48 -------
+Fixed in CVS.
+Btw. when compiling test-130.cs with csc, you get
+test-130.cs(23,27): error CS0221: Constant value '65535' cannot be converted to a 'short' (use 'unchecked' syntax to override)
+mcs now does the same :-)
+(I removed the line from the test)
+