[Mono-bugs] [Bug 23014] Changed - mcs can not find nested enums in dll's compiled with csc

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
17 May 2002 14:45: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=23014

--- shadow/23014	Wed May 15 14:31:32 2002
+++ shadow/23014.tmp.15426	Fri May 17 10:45:25 2002
@@ -1,13 +1,13 @@
 Bug#: 23014
 Product: Mono/MCS
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: REOPENED   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: Misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: manyoso@yahoo.com               
 QAContact: mono-bugs@ximian.com
@@ -47,6 +47,13 @@
 
 ------- Additional Comments From manyoso@yahoo.com  2002-05-13 02:55 -------
 Now when this is compiled with either mcs _or_ csc, I get: 
  
 ./foo.cs(8) error CS0117: `System.Object' does not contain a definition for `blah' 
  
+
+------- Additional Comments From miguel@ximian.com  2002-05-17 10:45 -------
+This bug reincarnated when I implemented security checks for the
+compiler.  It should be fixed now.
+
+btw, the code would not compile anyways with csc, it is missing a
+typecast.