[Mono-bugs] [Bug 21072] Changed - Crash compiling a constant variable of Enum type
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
1 May 2002 01:49:55 -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=21072
--- shadow/21072 Tue Mar 12 19:03:53 2002
+++ shadow/21072.tmp.28030 Tue Apr 30 21:49:55 2002
@@ -1,16 +1,16 @@
Bug#: 21072
-Product: Mono/MCS
+Product: Mono/Runtime
Version: unspecified
OS: unknown
OS Details:
Status: NEW
Resolution:
Severity: Unknown
Priority: Minor
-Component: Misc
+Component: misc
AssignedTo: lupus@ximian.com
ReportedBy: f_ai@hotmail.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Summary: Crash compiling a constant variable of Enum type
@@ -106,6 +106,10 @@
I initially thought that you could define nested Enums (using the
"Top+Nested" syntax), but the code in Reflection.Emit does not allow
this. That is why you see the current TypeBuilder approach.
miguel.
+
+------- Additional Comments From miguel@ximian.com 2002-04-30 21:49 -------
+I removed the crash, but we should address this problem in the Mono
+runtime since this is a .NET limitation.