lilypond-auto
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Lilypond-auto] Issue 3552 in lilypond: Patch: Don't modify lists return


From: lilypond
Subject: [Lilypond-auto] Issue 3552 in lilypond: Patch: Don't modify lists returned by markup list functions in interpret-markup-list
Date: Sat, 14 Sep 2013 09:20:29 +0000

Status: Started
Owner: address@hidden
Labels: Type-Enhancement Patch-new

New 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

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.

http://codereview.appspot.com/13668047

--
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]