[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
13 May 2002 06:55:50 -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 manyoso@yahoo.com.

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

--- shadow/23014	Fri Apr  5 08:47:24 2002
+++ shadow/23014.tmp.13829	Mon May 13 02:55:50 2002
@@ -1,13 +1,13 @@
 Bug#: 23014
 Product: Mono/Runtime
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: RESOLVED   
-Resolution: FIXED
+Status: REOPENED   
+Resolution: 
 Severity: Unknown
 Priority: Wishlist
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: manyoso@yahoo.com               
 QAContact: mono-bugs@ximian.com
@@ -41,6 +41,12 @@
 }
 
 and I get this: ./foo.cs(6) error CS117: `FooBar.Bar' does not contain a definition for `myenum'
 
 ------- Additional Comments From lupus@ximian.com  2002-04-05 08:47 -------
 Fixed in cvs.
+
+------- 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' 
+