[Mono-bugs] [Bug 37363][Nor] Changed - Typecasts aren't being allowed in Attribute parameters

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Sat, 15 Feb 2003 17:10:32 -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 miguel@ximian.com.

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

--- shadow/37363	Wed Jan 29 07:54:45 2003
+++ shadow/37363.tmp.6215	Sat Feb 15 17:10:32 2003
@@ -1,14 +1,14 @@
 Bug#: 37363
 Product: Mono/MCS
 Version: unspecified
 OS: All
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Normal
 Component: Misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: rafaelteixeirabr@hotmail.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -48,6 +48,10 @@
 
 	[myAttribute("stringArgument", (String)null, (String)null, 2)]
 	public class Test
 	{
 	}
 }
+
+------- Additional Comments From miguel@ximian.com  2003-02-15 17:10 -------
+Thanks for the bug report, it was not entirely easy to fix.  But it
+was good to fix it, because it also cleaned up the compiler,