lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] Issue 4443 in lilypond: Don't pass current parser/locati


From: lilypond
Subject: [Lilypond-auto] Issue 4443 in lilypond: Don't pass current parser/location into #{...#} call
Date: Fri, 12 Jun 2015 08:04:16 +0000

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

New issue 4443 by address@hidden: Don't pass current parser/location into #{...#} call
https://code.google.com/p/lilypond/issues/detail?id=4443

Don't pass current parser/location into #{...#} call

The construct #{...#} generates a call to a function embedded-lilypond.
After issue 4422, this call passed (*parser*)/(*location*) arguments
instead of the previous parser/location arguments needed for accessing
the respective values in a different lexical environment.  But since the
respective values are stored in GUILE fluids rather than in lexical
variables now, they are already passed implicitly and unnecessary as
function parameters.

https://codereview.appspot.com/246940043/


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