[Mono-bugs] [Bug 78104][Nor] Changed - yield in 'using' statement
cause gmcs compiler crashed
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Apr 25 22:41:31 EDT 2006
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 atsushi at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=78104
--- shadow/78104 2006-04-14 05:52:28.000000000 -0400
+++ shadow/78104.tmp.27536 2006-04-25 22:41:31.000000000 -0400
@@ -1,15 +1,15 @@
Bug#: 78104
Product: Mono: Compilers
Version: 1.1
OS: All
OS Details: windows xp, GNU/Linux (gentoo)
-Status: NEW
-Resolution:
-Severity:
-Priority: Critical
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
+Priority: Normal
Component: C#
AssignedTo: rharinath at novell.com
ReportedBy: redforks at gmail.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
@@ -63,6 +63,16 @@
public static void Main()
{
foreach (string s in new IterTest())
Console.WriteLine(s);
}
}
+
+------- Additional Comments From atsushi at ximian.com 2006-04-25 22:41 -------
+couple of problems:
+
+- The example code should result in an error. IEnumerable<T> is in
+System.Collections.Generic which is not referenced.
+- The latest mcs in svn(trunk) does not raise such an error, so if
+there was such a problem it is already fixed.
+- This bug is absolutely not a critical one.
+
More information about the mono-bugs
mailing list