[Mono-bugs] [Bug 60086][Nor] Changed - MethodAttributes differences (and weirdness)

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 12 Jun 2004 10:42:13 -0400 (EDT)


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 bmaurer@users.sf.net.

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

--- shadow/60086	2004-06-12 04:54:05.000000000 -0400
+++ shadow/60086.tmp.1870	2004-06-12 10:42:13.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 60086
 Product: Mono: Runtime
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: gert.driesen@pandora.be               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -55,6 +55,13 @@
 op_Inequality: 2198
 
 ------- Additional Comments From gert.driesen@pandora.be  2004-06-12 04:54 -------
 Created an attachment (id=8141)
 test app
 
+
+------- Additional Comments From bmaurer@users.sf.net  2004-06-12 10:42 -------
+`Another weirdness is that if you build that same test application using 
+mcs, and run it on Mono, you no longer get the enum field names, but 
+instead the enum value is output :'
+
+I do not get this problem.