[Mono-bugs] [Bug 27713][Maj] Changed - Enumerator Collection with the use of pattern matching
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
25 Jul 2002 15:28:34 -0000
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@gnome.org.
http://bugzilla.ximian.com/show_bug.cgi?id=27713
--- shadow/27713 Thu Jul 25 07:54:51 2002
+++ shadow/27713.tmp.8333 Thu Jul 25 11:28:34 2002
@@ -153,6 +153,11 @@
the IEnumerator interface, so the local variable used to hold the
enumerator can't be a IEnumerator.
Also, since in this case we know precisely the type of the enumerator,
we should check and emit the try/finally only if it has a Dispose
method (but this is an optimization, while the other issues are real
bugs).
+
+------- Additional Comments From martin@gnome.org 2002-07-25 11:28 -------
+Oh, well in this case that's also a bug in pedump - I got no errors
+at all from it. I'll look at the three other bugs.
+