[Mono-bugs] [Bug 40473][Cri] Changed - Wrong parsing of global attributes

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Fri, 28 Mar 2003 11:53:17 -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 ravi@ximian.com.

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

--- shadow/40473	Fri Mar 28 11:46:03 2003
+++ shadow/40473.tmp.26876	Fri Mar 28 11:53:17 2003
@@ -82,6 +82,16 @@
 Hi Gaurav. I am sorry but I don't see what is wrong with MCS'
 behaviour in this example. Your attribute is defined with
 AttributeTargets.All so it should be valid for use on all kinds of
 elements - there is no bug there unless I am on crack :-)
 
 Could you verify if CSC behaves as you expect ?
+
+------- Additional Comments From ravi@ximian.com  2003-03-28 11:53 -------
+Woah, woah, sorry about that. You are right, that is a bug. The
+suggested patch is the correct one - could you please whip up a diff
+and post it to mono-devel. I can approve it and you can commit it
+yourself :-)
+
+
+Also, please add this new test case to errors and ensure that all
+regression tests pass, mcs still compiles all libs etc etc.