[Mono-bugs] [Bug 54679][Nor] Changed - mcs does not handle custom attributes for const fields

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 21 Feb 2004 00:58:48 -0500 (EST)


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 mathpup@mylinuxisp.com.

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

--- shadow/54679	2004-02-20 20:12:44.000000000 -0500
+++ shadow/54679.tmp.32138	2004-02-21 00:58:48.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 54679
 Product: Mono/Compilers
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: C#
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: mathpup@mylinuxisp.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -79,6 +79,12 @@
  
     foreach ( Attribute a in attributes ) 
         Console.WriteLine(a); 
  
     } 
 }
+
+------- Additional Comments From mathpup@mylinuxisp.com  2004-02-21 00:58 -------
+I'm not sure if this is related, but if I change the AttributeUsage's 
+to contain AttributeTarget.Method, so that an error should occur 
+(attribute not applicable), mcs fails to flag that error. 
+