[Mono-bugs] [Bug 65098][Wis] New - mbas does not compile global (assembly or module) attributes correctly
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 1 Sep 2004 12:25:07 -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 rafaelteixeirabr@hotmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=65098
--- shadow/65098 2004-09-01 12:25:07.000000000 -0400
+++ shadow/65098.tmp.4315 2004-09-01 12:25:07.000000000 -0400
@@ -0,0 +1,31 @@
+Bug#: 65098
+Product: Mono: Compilers
+Version: unspecified
+OS: All
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: Basic
+AssignedTo: rafaelteixeirabr@hotmail.com
+ReportedBy: rafaelteixeirabr@hotmail.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: mbas does not compile global (assembly or module) attributes correctly
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+
+The parser does not accept the common multiline approach to global
+attributes, and they are not getting processed and emitted into the
+assembly when using the supported syntax.
+
+We need to migrate what we have in mcs (that changed a lot since we stopped
+sinchronizing changes), and correct the parser rules.
+
+To verify it, just need to compile and run test already in cvs with make
+run-test-local inside mcs/mbas