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

Issue 4808063: T1780 - Guile V2 deprecation warnings re format calls with no dest parameter

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 9 months ago by Ian Hulin (gmail)
Modified:
12 years, 9 months ago
Reviewers:
dak, Reinhold
CC:
lilypond-devel_gnu.org
Visibility:
Public.

Description

T1780 - Guile V2 deprecation warnings re format calls with no dest parameter 1. David's original patch 2. ly/init.ly, graphviz_init.ly and titling_init.ly now use ly:format

Patch Set 1 #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -116 lines) Patch
M ly/graphviz-init.ly View 1 chunk +4 lines, -4 lines 0 comments Download
M ly/init.ly View 1 chunk +1 line, -1 line 0 comments Download
M ly/titling-init.ly View 1 chunk +1 line, -1 line 0 comments Download
M scm/define-markup-commands.scm View 3 chunks +11 lines, -74 lines 4 comments Download
M scm/lily-library.scm View 1 chunk +0 lines, -17 lines 0 comments Download
M scm/output-lib.scm View 1 chunk +0 lines, -19 lines 0 comments Download

Messages

Total messages: 5
Ian Hulin (gmail)
This patch removes all deprecation warnings about Guile format needing two parameters. This is the ...
12 years, 9 months ago (2011-07-30 22:32:13 UTC) #1
dak
If I understand correctly, ly:format might be useful for printing Lilypond's own data structures. Anyway, ...
12 years, 9 months ago (2011-07-30 22:42:59 UTC) #2
dak
http://codereview.appspot.com/4808063/diff/1/scm/define-markup-commands.scm File scm/define-markup-commands.scm (left): http://codereview.appspot.com/4808063/diff/1/scm/define-markup-commands.scm#oldcode1490 scm/define-markup-commands.scm:1490: (stacked-extent (ly:stencil-extent stacked-stencil X))) What is the deal with ...
12 years, 9 months ago (2011-07-30 22:55:46 UTC) #3
Reinhold
I think that you forgot to rebase your branch to origin/master before uploading that patch. ...
12 years, 9 months ago (2011-07-30 22:59:11 UTC) #4
Ian Hulin (gmail)
12 years, 9 months ago (2011-07-31 13:29:08 UTC) #5
On 2011/07/30 22:59:11, Reinhold wrote:
> I think that you forgot to rebase your branch to origin/master before
uploading
> that patch. Your version does not have some of the latest patches in the git
> tree, so it appears that you are reverting some of those patches.
> 
> http://codereview.appspot.com/4808063/diff/1/scm/define-markup-commands.scm
> File scm/define-markup-commands.scm (left):
> 
>
http://codereview.appspot.com/4808063/diff/1/scm/define-markup-commands.scm#o...
> scm/define-markup-commands.scm:1491: (ly:stencil-translate-axis
stacked-stencil
> (- (car stacked-extent)) X )))
> Are you sure you want to revert this patch of mine?
> 
>
http://codereview.appspot.com/4808063/diff/1/scm/define-markup-commands.scm#o...
> scm/define-markup-commands.scm:1966: main-stencil
> Same goes here... Have you rebased your git branch to origin/master before
> running "git cl upload origin/master"? It seems your current branch does not
> have some of the latest patches.

Nice catch, Reinhold,  I'll re-implement David's patch after a re-base and
upload another patchset for review.
Ian
Sign in to reply to this message.

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