[Mono-bugs] [Bug 75850][Nor] Changed - [GMCS] gmcs incorrectly
chooses non-generic GetEnumerator () method
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Aug 19 18:25:33 EDT 2005
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 vargaz at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=75850
--- shadow/75850 2005-08-19 11:51:24.000000000 -0400
+++ shadow/75850.tmp.16801 2005-08-19 18:25:33.000000000 -0400
@@ -48,6 +48,9 @@
This is because gmcs generates a call to :
callvirt instance class[mscorlib]System.Collections.IEnumerator class
[mscorlib]System.Collections.IEnumerable::GetEnumerator()
while csc generates a call to the generic GetEnumerator () method.
+
+------- Additional Comments From vargaz at gmail.com 2005-08-19 18:25 -------
+This prevents IronPython-0.9 from working on mono.
More information about the mono-bugs
mailing list