[Mono-bugs] [Bug 42521][Maj] Changed - mcs 0.24 compile exception relating to foreach loop

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Sun, 11 May 2003 17:19:24 -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 miguel@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=42521

--- shadow/42521	Fri May  9 14:22:13 2003
+++ shadow/42521.tmp.18197	Sun May 11 17:19:23 2003
@@ -1,13 +1,13 @@
 Bug#: 42521
 Product: Mono/MCS
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: REOPENED   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Major
 Component: Misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: bryan@alphora.com               
 QAContact: mono-bugs@ximian.com
@@ -171,6 +171,17 @@
 	{
 		foreach (object X in AChildList)
 		{
 		}
 	}
 }
+
+------- Additional Comments From miguel@ximian.com  2003-05-11 17:19 -------
+Thanks.
+
+I should have noticed that this only happens on Windows.
+
+The bug was causes because we were requesting a TypeContainer,andnot a
+declaration space.
+
+bug ifx on cvs.
+