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

Issue 109230043: Don't depend on obsolete Guile features.

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

Description

Don't depend on obsolete Guile features. * Replace scm_listify with scm_list_*. It's been deprecated for a long time, and is gone in Guile 2.1. * Use scm_protects only in Guile 1.x. It's internal in Guile 2.0 (and obsolete as far as Lilypond is concerned). This makes Lilypond build with Guile 2.1.

Patch Set 1 #

Total comments: 2

Patch Set 2 : Fix incorrect comment. Support scm_protects in Guile 2.0. Give an error instead of #f when it's not… #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -3 lines) Patch
M lily/general-scheme.cc View 1 1 chunk +5 lines, -0 lines 0 comments Download
M lily/include/lily-guile.hh View 1 chunk +3 lines, -3 lines 0 comments Download

Messages

Total messages: 5
dak
https://codereview.appspot.com/109230043/diff/1/lily/general-scheme.cc File lily/general-scheme.cc (right): https://codereview.appspot.com/109230043/diff/1/lily/general-scheme.cc#newcode269 lily/general-scheme.cc:269: protects are no longer needed in Guile 2. What ...
9 years, 10 months ago (2014-06-26 20:24:03 UTC) #1
Devon Schudy
dak@gnu.org wrote: > https://codereview.appspot.com/109230043/diff/1/lily/general-scheme.cc#newcode269 > lily/general-scheme.cc:269: protects are no longer needed in Guile 2. > ...
9 years, 10 months ago (2014-06-27 02:30:13 UTC) #2
dak
On 2014/06/27 02:30:13, Devon Schudy wrote: > mailto:dak@gnu.org wrote: > > > https://codereview.appspot.com/109230043/diff/1/lily/general-scheme.cc#newcode269 > > ...
9 years, 10 months ago (2014-06-27 06:50:13 UTC) #3
Devon Schudy
dak@gnu.org wrote: > The stack is scanned automatically in GUILEv1 already. That's > extensively used. ...
9 years, 10 months ago (2014-07-03 15:15:15 UTC) #4
Devon Schudy
9 years, 10 months ago (2014-07-03 15:48:15 UTC) #5
Fix incorrect comment. Support scm_protects in Guile 2.0. Give an error instead
of #f when it's not available.
Sign in to reply to this message.

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