[Mono-bugs] [Bug 35652][Wis] Changed - The string enumerator is a char and mcs compiles if a string is used
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Thu, 1 May 2003 06:18:22 -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 gonzalo@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=35652
--- shadow/35652 Sun Dec 15 19:21:34 2002
+++ shadow/35652.tmp.30817 Thu May 1 06:18:22 2003
@@ -1,14 +1,14 @@
Bug#: 35652
Product: Mono/MCS
Version: unspecified
OS: other
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Wishlist
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: kiwnix@yahoo.es
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -41,6 +41,13 @@
foreach(string a in x)
{
Console.WriteLine("{0}",a);
}
}
}
+
+------- Additional Comments From gonzalo@ximian.com 2003-05-01 06:18 -------
+This seems fixed now:
+
+bug35652.cs(9) error CS0030: Cannot convert type 'char' to 'string'
+Compilation failed: 1 error(s), 0 warnings
+