[Mono-bugs] [Bug 72779][Min] New - get tons of error CS1010: Newline in constant

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 20 Feb 2005 20:41:42 -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 danielmorgan@verizon.net.

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

--- shadow/72779	2005-02-20 20:41:42.000000000 -0500
+++ shadow/72779.tmp.4330	2005-02-20 20:41:42.000000000 -0500
@@ -0,0 +1,41 @@
+Bug#: 72779
+Product: Mono: Compilers
+Version: 1.1
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Minor
+Component: C#
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: danielmorgan@verizon.net               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: get tons of error CS1010: Newline in constant
+
+Description of Problem:
+
+mcs produces tons of messages for error CS1010: Newline in constant
+
+csc only produces one message
+
+Steps to reproduce the problem:
+1. create a large c# file with a newline the constant, run mcs or csc
+
+Actual Results:
+
+tons of these message:
+TestOracleClient.cs(1042) error CS1010: Newline in constant
+
+Expected Results:
+
+csc only shows one of this message:
+TestOracleClient.cs(1042) error CS1010: Newline in constant
+
+How often does this happen? 
+With large files
+
+Additional Information: