[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Lilypond-auto] Issue 3297 in lilypond: Patch: Make lexer more robus
From: |
lilypond |
Subject: |
Re: [Lilypond-auto] Issue 3297 in lilypond: Patch: Make lexer more robust against unexpected EOF in main input |
Date: |
Sun, 08 Sep 2013 21:54:08 +0000 |
Updates:
Labels: -Patch-needs_work Patch-new
Comment #6 on issue 3297 by address@hidden: Patch: Make lexer more robust
against unexpected EOF in main input
http://code.google.com/p/lilypond/issues/detail?id=3297#c6
Issue 3297: Make lexer more robust against unexpected EOF in main input
This approach works by letting Lily_lexer::pop_state not cross the
maininput threshold. Since Lily_lexer::pop_state is the "cooked" form
of yy_pop_state (also hiding the extratoken machinery), this keeps the
"maininput" state firmly under the lexer's control and avoids exiting
it prematurely.
http://codereview.appspot.com/13348054
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
- Re: [Lilypond-auto] Issue 3297 in lilypond: Patch: Make lexer more robust against unexpected EOF in main input,
lilypond <=