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

Issue 6352053: Get texidoc translations out of snippets source files (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 10 months ago by John Mandereau
Modified:
11 years, 9 months ago
Reviewers:
Graham Percival, phileholmes, mail
CC:
lilypond-devel_gnu.org
Base URL:
http://git.savannah.gnu.org/gitweb/?p=lilypond.git/trunk/
Visibility:
Public.

Description

Get texidoc translations out of snippets source files Texidoc translations are inserted in .ly snippets at build stage instead of makelsr.py run. This simplifies overall maintenance of snippets, in particular this avoids Git committish update headache for translators. See final discussion at http://lists.gnu.org/archive/html/lilypond-devel/2012-06/msg00438.html

Patch Set 1 #

Total comments: 1

Patch Set 2 : New patch set that fixes dependencies in Documentation/GNUmakefile #

Patch Set 3 : Integrate suggestions from reviews #

Patch Set 4 : Integrate comments from W. Lemberg and make LSR update more scriptable #

Patch Set 5 : Reintroduce one missed change to makelsr.py #

Total comments: 4

Patch Set 6 : Better handle PATH and whitespace in makelsr #

Unified diffs Side-by-side diffs Delta from patch set Stats (+259 lines, -180 lines) Patch
M Documentation/GNUmakefile View 1 2 chunks +10 lines, -1 line 0 comments Download
M Documentation/contributor/doc-work.itexi View 2 chunks +0 lines, -22 lines 0 comments Download
M Documentation/contributor/lsr-work.itexi View 1 2 3 3 chunks +24 lines, -22 lines 0 comments Download
M Documentation/snippets/GNUmakefile View 1 chunk +6 lines, -0 lines 0 comments Download
M make/lilypond-vars.make View 1 chunk +1 line, -1 line 0 comments Download
M scripts/auxiliar/makelsr.py View 1 2 3 4 5 8 chunks +181 lines, -134 lines 0 comments Download
A scripts/build/makesnippets.py View 2 1 chunk +37 lines, -0 lines 0 comments Download

Messages

Total messages: 5
Graham Percival
LGTM.
11 years, 10 months ago (2012-06-29 11:05:06 UTC) #1
PhilEHolmes
LGTM with one proposed change. http://codereview.appspot.com/6352053/diff/1/scripts/auxiliar/makelsr.py File scripts/auxiliar/makelsr.py (right): http://codereview.appspot.com/6352053/diff/1/scripts/auxiliar/makelsr.py#newcode79 scripts/auxiliar/makelsr.py:79: default="out/bin", This all looks ...
11 years, 10 months ago (2012-06-29 15:56:03 UTC) #2
mail_philholmes.net
----- Original Message ----- From: "Graham Percival" <graham@percival-music.ca> To: <john.mandereau@gmail.com>; <phileholmes@googlemail.com>; <lilypond-devel@gnu.org>; <reply@codereview-hr.appspotmail.com> Sent: Friday, ...
11 years, 10 months ago (2012-06-29 17:11:17 UTC) #3
mail_philholmes.net
----- Original Message ----- From: "Phil Holmes" <mail@philholmes.net> To: "Graham Percival" <graham@percival-music.ca>; <john.mandereau@gmail.com>; <phileholmes@googlemail.com>; <lilypond-devel@gnu.org>; ...
11 years, 10 months ago (2012-06-30 14:31:56 UTC) #4
PhilEHolmes
11 years, 9 months ago (2012-07-13 14:25:37 UTC) #5
One difficulty I've discovered - locating convert-ly.  I'm continuing other
testing.

http://codereview.appspot.com/6352053/diff/6008/scripts/auxiliar/makelsr.py
File scripts/auxiliar/makelsr.py (left):

http://codereview.appspot.com/6352053/diff/6008/scripts/auxiliar/makelsr.py#o...
scripts/auxiliar/makelsr.py:7: 
The code here, which is trying to find the lilypond bin and convert-ly now has
no effect - it's overwritten below.  See below.

http://codereview.appspot.com/6352053/diff/6008/scripts/auxiliar/makelsr.py
File scripts/auxiliar/makelsr.py (right):

http://codereview.appspot.com/6352053/diff/6008/scripts/auxiliar/makelsr.py#n...
scripts/auxiliar/makelsr.py:83: 
This changes where we expect to look for lilypond by default, unless there's a
command-line option.

http://codereview.appspot.com/6352053/diff/6008/scripts/auxiliar/makelsr.py#n...
scripts/auxiliar/makelsr.py:167: sys.stderr.write ("Warning: %s: no such file")
This needs an argument, and a CR/LF and should exit if it can't find convert-ly.

http://codereview.appspot.com/6352053/diff/6008/scripts/auxiliar/makelsr.py#n...
scripts/auxiliar/makelsr.py:175: lilypond_bin = "lilypond"
Ditto.
Sign in to reply to this message.

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