lilypond-auto
[Top][All Lists]
Advanced

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]