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

Issue 8258043: Carry any exports from session initialization over to subsequent sessions (Closed)

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

Description

Carry any exports from session initialization over to subsequent sessions When a .ly file in the session initialization loaded a module, this module's exports were only available in the first session on the command line. This patch causes any modules available after first session initialization to be available in subsequent sessions.

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -0 lines) Patch
M scm/lily.scm View 3 chunks +6 lines, -0 lines 2 comments Download

Messages

Total messages: 2
janek
hmm. I think it's ok.
11 years, 1 month ago (2013-04-02 22:37:16 UTC) #1
Ian Hulin (gmail)
11 years ago (2013-04-11 14:35:45 UTC) #2
LGTM
The comments contain some Scheme comments to help hackers find their way around
a bit in lily.scm.
Lily.scm is getting a bit unwieldy and untidy - maybe give it a spring-clean in
a future tracker?

https://codereview.appspot.com/8258043/diff/1/scm/lily.scm
File scm/lily.scm (right):

https://codereview.appspot.com/8258043/diff/1/scm/lily.scm#newcode45
scm/lily.scm:45: 
;;
;; Sessions
;;    Variables and procedures supporting sessions
;;    (see doc-string for define-session
;;

https://codereview.appspot.com/8258043/diff/1/scm/lily.scm#newcode128
scm/lily.scm:128: 
;;
;; Command-line options (long and short form)
;;
;;
Sign in to reply to this message.

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