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

Issue 6610058: convert-ly (issue 2670) (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years ago by Julien Rioux
Modified:
13 years ago
CC:
lilypond-devel_gnu.org
Base URL:
http://git.savannah.gnu.org/gitweb/?p=lilypond.git/trunk/
Visibility:
Public.

Description

convert-ly: - Exit with error status when errors occur. - Use unicode strings for file names printing. - Don't update \version when no rule is applied. This fixes issue 2670.

Patch Set 1 #

Patch Set 2 : Fixups #

Total comments: 1

Patch Set 3 : Report the error count and exit with status 1 #

Patch Set 4 : Restore semantics of -e (edit in place) #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+44 lines, -30 lines) Patch
M python/lilylib.py View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M scripts/convert-ly.py View 1 2 3 6 chunks +39 lines, -30 lines 1 comment Download

Messages

Total messages: 10
Julien Rioux
For review:
13 years ago (2012-10-06 01:56:26 UTC) #1
lemzwerg
http://codereview.appspot.com/6610058/diff/2001/scripts/convert-ly.py File scripts/convert-ly.py (right): http://codereview.appspot.com/6610058/diff/2001/scripts/convert-ly.py#newcode357 scripts/convert-ly.py:357: sys.exit(errors) Are you going to report the number of ...
13 years ago (2012-10-06 05:06:56 UTC) #2
Julien Rioux
On Sat, Oct 6, 2012 at 1:06 AM, <lemzwerg@googlemail.com> wrote: > Are you going to ...
13 years ago (2012-10-06 07:07:35 UTC) #3
lemzwerg
LGTM now.
13 years ago (2012-10-06 18:02:48 UTC) #4
janek
http://codereview.appspot.com/6610058/diff/9001/scripts/convert-ly.py File scripts/convert-ly.py (right): http://codereview.appspot.com/6610058/diff/9001/scripts/convert-ly.py#newcode231 scripts/convert-ly.py:231: ly.progress (_ (u"Processing `%s\'... ") % infile_name, True) is ...
13 years ago (2012-10-08 04:58:06 UTC) #5
dak
On 2012/10/08 04:58:06, janek wrote: > http://codereview.appspot.com/6610058/diff/9001/scripts/convert-ly.py > File scripts/convert-ly.py (right): > > http://codereview.appspot.com/6610058/diff/9001/scripts/convert-ly.py#newcode231 > ...
13 years ago (2012-10-08 05:05:06 UTC) #6
janek
On Mon, Oct 8, 2012 at 7:05 AM, <dak@gnu.org> wrote: > I don't think we ...
13 years ago (2012-10-08 05:15:04 UTC) #7
Graham Percival
The changelog says "Don't update \version when no rule is applied." That's what the existing ...
13 years ago (2012-10-08 20:08:20 UTC) #8
Julien Rioux
On Mon, Oct 8, 2012 at 4:08 PM, <graham@percival-music.ca> wrote: > The changelog says > ...
13 years ago (2012-10-08 20:37:36 UTC) #9
dak
13 years ago (2012-10-08 20:38:36 UTC) #10
On 2012/10/08 20:08:20, Graham Percival wrote:
> The changelog says
> "Don't update \version when no rule is applied."
> 
> That's what the existing -d --diff-version-update command does.

No, that's what the existing -d --diff-version-update is supposed to do.

The problem was that if the last applicable rule was for version 2.16.6 and you
asked for an upgrade to version 2.16.9 and the file claimed to be 2.16.9
already, its version was set to 2.16.6 instead of staying at 2.16.9.  That's
what the issue was about in the first place.  I assume that this is what has
been fixed.
Sign in to reply to this message.

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