[Mono-bugs] [Bug 35971][Cos] Changed - cs-parser.jay: misformed "foreach" expression

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 19 Sep 2004 19:55:12 -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 jluke@cfl.rr.com.

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

--- shadow/35971	2003-07-21 15:28:18.000000000 -0400
+++ shadow/35971.tmp.16891	2004-09-19 19:55:12.000000000 -0400
@@ -1,16 +1,16 @@
 Bug#: 35971
-Product: Mono/MCS
+Product: Mono: Compilers
 Version: unspecified
 OS: GNU/Linux [Other]
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Cosmetic
-Component: Misc
+Component: C#
 AssignedTo: triage@ximian.com                            
 ReportedBy: cesar@ciencias.unam.mx               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
@@ -87,6 +87,13 @@
    This bug either had no qa contact or an invalid one.
 
 
 
 ------- Additional Comments From martin@ximian.com  2003-07-21 15:26 -------
 Parser error; setting priority to Cosmetic.
+
+------- Additional Comments From jluke@cfl.rr.com  2004-09-19 19:55 -------
+this seems fixed to me:
+
+2004-09-09  Marek Safar  <marek.safar@seznam.cz>
+
+    * cs-parser.jay: Added CS0230 error report.