[Mono-bugs] [Bug 62664][Min] Changed - CS1034: we don't have "Line cannot exceed 2046 characters" limitation
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sun, 22 Aug 2004 18:26:50 -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 bmaurer@users.sf.net.
http://bugzilla.ximian.com/show_bug.cgi?id=62664
--- shadow/62664 2004-08-22 18:04:12.000000000 -0400
+++ shadow/62664.tmp.23483 2004-08-22 18:26:50.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 62664
Product: Mono: Compilers
Version: unspecified
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: NOTABUG
Severity: Unknown
Priority: Minor
Component: C#
AssignedTo: mono-bugs@ximian.com
ReportedBy: atsushi@ximian.com
QAContact: mono-bugs@ximian.com
@@ -44,6 +44,9 @@
- This limitation seems applied to "line", rather than literal, statement
or other syntax elements.
------- Additional Comments From marek.safar@seznam.cz 2004-08-22 18:04 -------
I think it is csc internal problem and I think we can ignore that.
BTW for csc 2.0 Microsoft extended this limit to 16,777,214
+
+------- Additional Comments From bmaurer@users.sf.net 2004-08-22 18:26 -------
+Limitations are implementation dependent, per the spec.