[Mono-bugs] [Bug 58571][Nor] Changed - we do not report CS1008 for enum base types that are system types matching C# integral types

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 24 May 2004 17:16:54 -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 martin@ximian.com.

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

--- shadow/58571	2004-05-16 08:10:29.000000000 -0400
+++ shadow/58571.tmp.11292	2004-05-24 17:16:54.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 58571
 Product: Mono: Compilers
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Normal
 Component: C#
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: gert.driesen@pandora.be               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -32,6 +32,9 @@
 ulong expected
 
 Apparently CSC does not automatically translate system types to C# 
 integral types, which could be considered a bug in CSC.  But to prevent 
 issues when compiling code on CSC, I think its best to change MCS 
 behaviour accordingly.
+
+------- Additional Comments From martin@ximian.com  2004-05-24 17:16 -------
+Fixed in CVS.