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

Issue 4550119: Redirects lilypond output to reduce make doc noise (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 11 months ago by PhilEHolmes
Modified:
12 years, 10 months ago
CC:
lilypond-devel_gnu.org
Visibility:
Public.

Description

Redirects lilypond output to reduce make doc noise Redirects the output from lilypond when lily is run from lilypond-book as part of make doc. Normal output goes to *.log, error output to *.err.log. Note that this looks more complex than needed, since redirecting output appears to stop normal process monitoring, so I've had to use process.poll. I have tested this, and a polling rate of once per second does not slow compilation significantly - most files take 100s of seconds to compile.

Patch Set 1 #

Patch Set 2 : Minor change to get rid of erroneous space in logfile names #

Patch Set 3 : Adds redirect-lilypond-output option to book #

Unified diffs Side-by-side diffs Delta from patch set Stats (+45 lines, -16 lines) Patch
M python/lilylib.py View 1 2 3 chunks +32 lines, -12 lines 0 comments Download
M scripts/lilypond-book.py View 1 2 4 chunks +13 lines, -4 lines 0 comments Download

Messages

Total messages: 6
PhilEHolmes
Please review this proposed change to the build system. The change reduces the amount of ...
12 years, 11 months ago (2011-06-07 14:34:30 UTC) #1
Graham Percival (old account)
hmm, on my machine this creates a log file like: snippets-names-173988768 .err.log (note the space) ...
12 years, 11 months ago (2011-06-07 15:11:01 UTC) #2
email_philholmes.net
----- Original Message ----- From: <percival.music.ca@gmail.com> To: <PhilEHolmes@googlemail.com> Cc: <lilypond-devel@gnu.org>; <reply@codereview.appspotmail.com> Sent: Tuesday, June 07, ...
12 years, 11 months ago (2011-06-07 15:23:53 UTC) #3
Graham Percival (old account)
On 2011/06/07 15:23:53, email_philholmes.net wrote: > I think I can correct this by simply correcting ...
12 years, 11 months ago (2011-06-07 23:00:25 UTC) #4
PhilEHolmes
Following comments, I hope this is good to go.
12 years, 11 months ago (2011-06-08 14:44:07 UTC) #5
Graham Percival (old account)
12 years, 11 months ago (2011-06-08 16:27:52 UTC) #6
LGTM.  I'll include it in the next patches countdown.
Sign in to reply to this message.

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