Bug 317244 (MONO72779) - [PARSER] get tons of error CS1010: Newline in constant
Summary: [PARSER] get tons of error CS1010: Newline in constant
Status: RESOLVED WORKSFORME
Alias: MONO72779
Product: Mono: Compilers
Classification: Mono
Component: C# (show other bugs)
Version: 1.1
Hardware: Other Other
: P3 - Medium : Minor
Target Milestone: ---
Assignee: Mono Bugs
QA Contact: Mono Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-21 03:41 UTC by Daniel Morgan
Modified: 2008-07-16 17:20 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Wiest 2007-09-15 19:07:57 UTC


---- Reported by danielmorgan@verizon.net 2005-02-20 20:41:42 MST ----

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:



---- Additional Comments From martin@ximian.com 2005-04-30 07:49:30 MST ----

May require some larger changes in the parser.


Unknown operating system unknown. Setting to default OS "Other".

Comment 1 Marek Safar 2008-07-16 17:20:02 UTC
Works with SVN HEAD.