[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Lilypond-auto] Issue 3552 in lilypond: Patch: Don't modify lists re
From: |
lilypond |
Subject: |
Re: [Lilypond-auto] Issue 3552 in lilypond: Patch: Don't modify lists returned by markup list functions in interpret-markup-list |
Date: |
Wed, 18 Sep 2013 09:37:21 +0000 |
Updates:
Status: Fixed
Labels: -Patch-push Fixed_2_17_27
Comment #7 on issue 3552 by address@hidden: Patch: Don't modify lists returned
by markup list functions in interpret-markup-list
http://code.google.com/p/lilypond/issues/detail?id=3552
Pushed to staging as
commit 1dc774fbea585861dd3c958f8ae1efa95e5165fe
Author: David Kastrup <address@hidden>
Date: Sat Sep 14 11:09:18 2013 +0200
Issue 3552: Don't modify lists returned by markup list functions in
interpret-markup-list
This requires either
a) copying any list manually
b) interpreting markup lists right-to-left
c) more complicated and/or non-O(n) algorithms
This patch chooses b). Modifying the lists is not really appropriate
since the lists may be created by user-written markup commands and any
problems resulting from not expecting modifications of the return
value might be quite hard to debug.
--
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 3552 in lilypond: Patch: Don't modify lists returned by markup list functions in interpret-markup-list, lilypond, 2013/09/14
- Re: [Lilypond-auto] Issue 3552 in lilypond: Patch: Don't modify lists returned by markup list functions in interpret-markup-list, lilypond, 2013/09/14
- Re: [Lilypond-auto] Issue 3552 in lilypond: Patch: Don't modify lists returned by markup list functions in interpret-markup-list, lilypond, 2013/09/14
- Re: [Lilypond-auto] Issue 3552 in lilypond: Patch: Don't modify lists returned by markup list functions in interpret-markup-list, lilypond, 2013/09/14
- Re: [Lilypond-auto] Issue 3552 in lilypond: Patch: Don't modify lists returned by markup list functions in interpret-markup-list, lilypond, 2013/09/15
- Re: [Lilypond-auto] Issue 3552 in lilypond: Patch: Don't modify lists returned by markup list functions in interpret-markup-list, lilypond, 2013/09/18
- Re: [Lilypond-auto] Issue 3552 in lilypond: Patch: Don't modify lists returned by markup list functions in interpret-markup-list,
lilypond <=
- Re: [Lilypond-auto] Issue 3552 in lilypond: Patch: Don't modify lists returned by markup list functions in interpret-markup-list, lilypond, 2013/09/29