[Mono-bugs] [Bug 51336][Wis] Changed - error CS0031: Constant value '-1' cannot be converted to a 'byte'
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 24 Nov 2003 23:54:57 -0500 (EST)
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=51336
--- shadow/51336 2003-11-24 03:30:05.000000000 -0500
+++ shadow/51336.tmp.13753 2003-11-24 23:54:57.000000000 -0500
@@ -1,14 +1,14 @@
Bug#: 51336
Product: Mono/MCS
Version: unspecified
-OS:
+OS: unknown
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Wishlist
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: piersh@friskit.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -20,6 +20,9 @@
above (CS0031) under csc (1.1):
class Foo
{
byte b = -1;
}
+
+------- Additional Comments From miguel@ximian.com 2003-11-24 23:54 -------
+Fixed on CVS.