[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Lilypond-auto] Issue 3554 in lilypond: Patch: Avoid empty grammar rules
From: |
lilypond |
Subject: |
[Lilypond-auto] Issue 3554 in lilypond: Patch: Avoid empty grammar rules using @$ for getting a source location |
Date: |
Sun, 15 Sep 2013 09:56:44 +0000 |
Status: Started
Owner: address@hidden
Labels: Type-Enhancement Patch-new
New issue 3554 by address@hidden: Patch: Avoid empty grammar rules using @$
for getting a source location
http://code.google.com/p/lilypond/issues/detail?id=3554
Avoid empty grammar rules using @$ for getting a source location
Several rules use @$ for getting the source position from an empty
rule, but Bison does not even provide a source position for empty
rules.
This patch fixes most cases by letting different non-empty rules
assign the respective source positions. The case of #{ #} cannot be
fixed in that manner since there is not a single token providing a
source position in the whole production. Fixing this particular case
would require a different technique.
http://codereview.appspot.com/13328055
--
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
- [Lilypond-auto] Issue 3554 in lilypond: Patch: Avoid empty grammar rules using @$ for getting a source location,
lilypond <=
- Re: [Lilypond-auto] Issue 3554 in lilypond: Patch: Avoid empty grammar rules using @$ for getting a source location, lilypond, 2013/09/15
- Re: [Lilypond-auto] Issue 3554 in lilypond: Patch: Avoid empty grammar rules using @$ for getting a source location, lilypond, 2013/09/15
- Re: [Lilypond-auto] Issue 3554 in lilypond: Patch: Avoid empty grammar rules using @$ for getting a source location, lilypond, 2013/09/15
- Re: [Lilypond-auto] Issue 3554 in lilypond: Patch: Avoid empty grammar rules using @$ for getting a source location, lilypond, 2013/09/15
- Re: [Lilypond-auto] Issue 3554 in lilypond: Patch: Avoid empty grammar rules using @$ for getting a source location, lilypond, 2013/09/29