[Mono-bugs] [Bug 60316][Maj] Changed - MCS 0.96 fails to emit a foreach on a struct collection property

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 17 Jun 2004 17:41:57 -0400 (EDT)


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=60316

--- shadow/60316	2004-06-17 14:54:33.000000000 -0400
+++ shadow/60316.tmp.18140	2004-06-17 17:41:57.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 60316
 Product: Mono: Compilers
 Version: unspecified
 OS: unknown
 OS Details: Linux Mandrake 10.0 Official
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Major
 Component: C#
 AssignedTo: bmaurer@users.sf.net                            
 ReportedBy: dge@softec.st               
 QAContact: mono-bugs@ximian.com
@@ -111,6 +111,9 @@
 Alternatively, storing a copy of the property in a temporary variable of
 main and use it in the foreach also solve the problem.
 This is not a regression, already present in version 0.29 and probably before.
 
 ------- Additional Comments From miguel@ximian.com  2004-06-17 01:19 -------
 Am CCing Martin and Ben who have looked at this in the past.
+
+------- Additional Comments From bmaurer@users.sf.net  2004-06-17 17:41 -------
+Fixed in CVS.