[Mono-bugs] [Bug 52597][Wis] Changed - We generate invalid code for using idisposable structs
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 5 Jan 2004 18:55:29 -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 pcgod@gmx.net.
http://bugzilla.ximian.com/show_bug.cgi?id=52597
--- shadow/52597 2004-01-05 16:35:54.000000000 -0500
+++ shadow/52597.tmp.11942 2004-01-05 18:55:29.000000000 -0500
@@ -106,6 +106,11 @@
Also, we do not handle the case where it does inherit IDisposable, but
only as an explicit impl.
You do not handle if there are multiple overloads for Dispose
You should not emit a callvirt on a struct
+
+------- Additional Comments From pcgod@gmx.net 2004-01-05 18:55 -------
+Created an attachment (id=6354)
+new patch which fixes the issues of the last patch
+