[Mono-bugs] [Bug 52597][Wis] Changed - We generate invalid code for using idisposable structs
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 7 Jan 2004 00:59:22 -0500 (EST)
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 bmaurer@users.sf.net.
http://bugzilla.ximian.com/show_bug.cgi?id=52597
--- shadow/52597 2004-01-07 00:36:48.000000000 -0500
+++ shadow/52597.tmp.32189 2004-01-07 00:59:22.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 52597
Product: Mono/Compilers
Version: unspecified
OS: unknown
OS Details:
-Status: RESOLVED
-Resolution: FIXED
+Status: REOPENED
+Resolution:
Severity: Unknown
Priority: Wishlist
Component: C#
AssignedTo: mono-bugs@ximian.com
ReportedBy: bmaurer@users.sf.net
QAContact: mono-bugs@ximian.com
@@ -116,6 +116,10 @@
------- Additional Comments From miguel@ximian.com 2004-01-07 00:36 -------
Fantastic job once again guys.
I have now applied this patch.
+
+------- Additional Comments From bmaurer@users.sf.net 2004-01-07 00:59 -------
+Miguel, this only covers the using case. The IEnumerator one is not
+fixed (same problem, different section of code).