[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 07:57:31 -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-05 01:58:20.000000000 -0500
+++ shadow/52597.tmp.1915	2004-01-05 07:57:31.000000000 -0500
@@ -81,6 +81,15 @@
 3) IEnumerable returning a strongly typed struct -- regular/explicit
 
 ------- Additional Comments From pcgod@gmx.net  2004-01-05 01:58 -------
 Created an attachment (id=6347)
 proposed patch which fixes the first testcase
 
+
+------- Additional Comments From bmaurer@users.sf.net  2004-01-05 07:57 -------
+Hmmm, this looks like it could cause regressions (if the object is 
+not idisposable, it looks like it might thow an exception). Did it 
+pass all of mcs/tests?
+
+If we do not have tests for what we are currently able to do, we need 
+to write those first, and then do the fix, so we dont regress 
+anything.