[Mono-bugs] [Bug 79165][Cos] Changed - [PARSER] CS1041 is not reported for invalid use of keyword

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Feb 19 05:04:18 EST 2007


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 rharinath at novell.com.

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

--- shadow/79165	2007-02-18 09:05:51.000000000 -0500
+++ shadow/79165.tmp.31607	2007-02-19 05:04:17.000000000 -0500
@@ -37,6 +37,14 @@
 
 test.cs(3,10): error CS1002: Expecting ';'
 test.cs(4,25): error CS1002: Expecting ';'
 
 ------- Additional Comments From marek.safar at seznam.cz  2007-02-18 09:05 -------
 I think the issue is not possible to fix with current parser.
+
+------- Additional Comments From rharinath at novell.com  2007-02-19 05:04 -------
+We may just need to add an "error"-production to the appropriate rule.
+ Of course this may get tedious if we want to add error productions to
+all declarations.
+
+(a student trainee has expressed interest in working on this bug)
+


More information about the mono-bugs mailing list