[Mono-bugs] [Bug 21070] Changed - Crash compiling Enum when values initialized with other enum values.

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
2 Mar 2002 20:37:41 -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 ravi@ximian.com.

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

--- shadow/21070	Thu Feb 28 18:03:43 2002
+++ shadow/21070.tmp.30343	Sat Mar  2 15:37:41 2002
@@ -63,6 +63,15 @@
 items.
 
 In the sample code provided:
 B will fail because A.A_1 is not found.
 C is fine now.
 
+
+------- Additional Comments From ravi@ximian.com  2002-03-02 15:37 -------
+This has been almost completely fixed in CVS. The only thing we lack
+is support for constant folding which is why the A_1 + A_2 does not
+work; I should have that fixed soon enough.
+
+The problem turned out to be rather subtle in the distinction between
+DeclSpaces and TypeContainers; you can find a patch posted
+mono-patches if you are interested