[Mono-bugs] [Bug 22608] Changed - Nested sub-class compilation dependent on code ordering

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
28 Mar 2002 02:13:25 -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=22608

--- shadow/22608	Wed Mar 27 09:54:45 2002
+++ shadow/22608.tmp.25613	Wed Mar 27 21:13:25 2002
@@ -1,14 +1,14 @@
 Bug#: 22608
 Product: Mono/MCS
 Version: unspecified
 OS: All
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Minor
 Component: Misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: dihlewis@yahoo.co.uk               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -30,6 +30,13 @@
 }
 
 
 This code breaks the compile with a "Bad type flags for nested type" 
 ArgumentException in TypeBuilder.Init(). [moving the definition of 
 InnerBase to before the definition of Outer avoids the exception.]
+
+------- Additional Comments From miguel@ximian.com  2002-03-27 21:13 -------
+A fix will shortly make it into CVS.
+
+Realizing that this was buggy and coming up with the new scheme
+actually cleaned up the compiler and reduced code and arguments being
+passed around.