Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(891)

Issue 246940043: Don't pass current parser/location into #{...#} call (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
8 years, 11 months ago by dak
Modified:
8 years, 11 months ago
Reviewers:
CC:
lilypond-devel_gnu.org
Visibility:
Public.

Description

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.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -7 lines) Patch
M scm/parser-ly-from-scheme.scm View 1 chunk +5 lines, -7 lines 0 comments Download

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b