[Mono-bugs] [Bug 21070] Changed - Not folding values for Enum while declaring (both sides are FieldExprs)

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
9 May 2002 01:09:26 -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=21070

--- shadow/21070	Tue Apr 30 21:42:24 2002
+++ shadow/21070.tmp.11271	Wed May  8 21:09:25 2002
@@ -1,13 +1,13 @@
 Bug#: 21070
 Product: Mono/MCS
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Minor
 Component: Misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: f_ai@hotmail.com               
 QAContact: mono-bugs@ximian.com
@@ -100,6 +100,12 @@
 I need to implement this by having a "flag" in the emitcontext about
 whether we are in an enum declaration or not, to enable the extra
 operators.   Or I could just "unfold" an Enum during an enum
 declaration context to its real value.
 
 
+
+------- Additional Comments From miguel@ximian.com  2002-05-08 21:09 -------
+I have finally fixed this.  
+
+The patch came in various phases, in the last phase I only added a
+special enum context handling to the binary folder