[Mono-bugs] [Bug 435494] Parsing error "can't seek that far back" when parsing function call with many arguments

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Oct 16 03:10:51 EDT 2008


https://bugzilla.novell.com/show_bug.cgi?id=435494

User harinath at hurrynot.org added comment
https://bugzilla.novell.com/show_bug.cgi?id=435494#c1


Raja Harinath <harinath at hurrynot.org> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
                 CC|                                                |harinath at hurrynot.org




--- Comment #1 from Raja Harinath <harinath at hurrynot.org>  2008-10-16 01:10:51 MDT ---
mcs currently has a look-ahead of 1024 characters, give or take.  It appears to
be insufficient in this case.

One suggestion is to convert some of the many leading spaces to tabs, if it
allowed by your coding standards/editing environment.  It'll drastically cut
down on the look-ahead required by mcs.

I'll try to come up with some adaptive look-ahead fixes for this issue.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list