[Mono-bugs] [Bug 31816][Nor] Changed - mcs generates bogus code on using() statements with non-IDisposable objects
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
9 Oct 2002 05:34:41 -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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=31816
--- shadow/31816 Tue Oct 8 18:01:44 2002
+++ shadow/31816.tmp.25583 Wed Oct 9 01:34:41 2002
@@ -1,13 +1,13 @@
Bug#: 31816
Product: Mono/MCS
Version: unspecified
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: Misc
AssignedTo: martin@gnome.org
ReportedBy: vladimir@pobox.com
QAContact: mono-bugs@ximian.com
@@ -56,6 +56,9 @@
The bug is simpler than it looks: MCS is not reporting an error
somewhere, but returns the failure core (null on expressions).
That is why no code is generated for the function, but since the error
is not actually flagged, the image is emitted. I will look into this
tomorrow.
+
+------- Additional Comments From miguel@ximian.com 2002-10-09 01:34 -------
+Fixed