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

Issue 233230044: Use mkstemp for intermediate ps files

Can't Edit
Can't Publish+Mail
Start Review
Created:
8 years, 12 months ago by trueroad
Modified:
8 years, 11 months ago
Reviewers:
pkx166h, lemzwerg
CC:
lilypond-devel_gnu.org
Visibility:
Public.

Description

Use mkstemp for intermediate ps files When backend is `ps' (default), intermediate ps files are created by mkstemp. The following issues are fixed. Filename issue (to compile lines.ly, gs_init.ly etc.) Intermediate file issue (to overwrite and delete .ps file)

Patch Set 1 #

Patch Set 2 : Add checking formats #

Total comments: 1

Patch Set 3 : Fix the comment's typo #

Patch Set 4 : Fix `-dclip-systems' #

Patch Set 5 : Divide and improve the patch #

Unified diffs Side-by-side diffs Delta from patch set Stats (+120 lines, -63 lines) Patch
M scm/backend-library.scm View 1 2 3 4 3 chunks +84 lines, -22 lines 0 comments Download
M scm/framework-eps.scm View 2 chunks +7 lines, -3 lines 0 comments Download
M scm/framework-ps.scm View 1 2 3 4 5 chunks +19 lines, -25 lines 0 comments Download
M scm/lily.scm View 1 chunk +1 line, -1 line 0 comments Download
M scm/ps-to-png.scm View 5 chunks +9 lines, -12 lines 0 comments Download

Messages

Total messages: 16
pkx166h
This fails a make check (reg test comparison) --snip-- Renaming input to: `/tmp/lilypond-autobuild/input/regression/fret-boards.ly' Interpreting music... ...
8 years, 12 months ago (2015-05-07 08:39:37 UTC) #1
trueroad
Add checking formats
8 years, 12 months ago (2015-05-07 14:29:12 UTC) #2
lemzwerg
From reading the code, without testing, LGTM. If possible, please apply this rather large patch ...
8 years, 12 months ago (2015-05-07 14:54:02 UTC) #3
trueroad
Fix the comment's typo
8 years, 12 months ago (2015-05-07 15:58:21 UTC) #4
trueroad
> If possible, please apply this rather large patch in smaller commits so that it ...
8 years, 12 months ago (2015-05-07 16:05:58 UTC) #5
pkx166h
Still fails make doc --snip-- GNU LilyPond 2.19.20 Forking into jobs: (13125 13124 13123 13122 ...
8 years, 12 months ago (2015-05-07 17:20:48 UTC) #6
pkx166h
On 2015/05/07 17:20:48, J_lowe wrote: > Still fails make doc > > --snip-- > > ...
8 years, 12 months ago (2015-05-07 17:22:20 UTC) #7
trueroad
Fix `-dclip-systems'
8 years, 12 months ago (2015-05-08 02:54:11 UTC) #8
trueroad
> Just to add, it seems to fail make doc quite quickly (so if this ...
8 years, 12 months ago (2015-05-08 02:59:28 UTC) #9
pkx166h
On 2015/05/08 02:59:28, trueroad wrote: > > Just to add, it seems to fail make ...
8 years, 12 months ago (2015-05-08 13:45:25 UTC) #10
trueroad
Divide and improve the patch
8 years, 12 months ago (2015-05-09 15:17:19 UTC) #11
trueroad
I've divided and improved the patch. Issue 4374 / 1: Fix platform identification On Cygwin ...
8 years, 12 months ago (2015-05-09 15:21:53 UTC) #12
lemzwerg
LGTM
8 years, 11 months ago (2015-05-12 04:59:14 UTC) #13
pkx166h
Patch on countdown for May 16th
8 years, 11 months ago (2015-05-12 10:19:40 UTC) #14
pkx166h
Patch counted down - please push
8 years, 11 months ago (2015-05-16 06:40:04 UTC) #15
trueroad
8 years, 11 months ago (2015-05-16 13:12:19 UTC) #16
I've pushed.

Issue 4374 / 1: Fix platform identification

author    Masamichi Hosoda <trueroad@trueroad.jp>
Sat, 9 May 2015 08:20:19 +0000 (17:20 +0900)
committer Masamichi Hosoda <trueroad@trueroad.jp>
Sat, 16 May 2015 11:56:31 +0000 (20:56 +0900)
commit    e2eb72d3d2070a3888df1f7e7907798833965baa

Issue 4374 / 2: Add make-tmpfile procedure

author    Masamichi Hosoda <trueroad@trueroad.jp>
Sat, 16 May 2015 11:46:55 +0000 (20:46 +0900)
committer Masamichi Hosoda <trueroad@trueroad.jp>
Sat, 16 May 2015 11:56:31 +0000 (20:56 +0900)
commit    7de09b0cc440a37fc3755c54f29f7b47371401d9

Issue 4374 / 3: Add copy-binary-file procedure

author    Masamichi Hosoda <trueroad@trueroad.jp>
Sat, 9 May 2015 13:29:14 +0000 (22:29 +0900)
committer Masamichi Hosoda <trueroad@trueroad.jp>
Sat, 16 May 2015 11:56:31 +0000 (20:56 +0900)
commit    042f66eec99633a5d1d60e8fc2daa15cc433666a

Issue 4374 / 4: Use mkstemp for intermediate ps files

author    Masamichi Hosoda <trueroad@trueroad.jp>
Sat, 9 May 2015 13:49:14 +0000 (22:49 +0900)
committer Masamichi Hosoda <trueroad@trueroad.jp>
Sat, 16 May 2015 11:56:32 +0000 (20:56 +0900)
commit    67fc9ed5450a20215c4dbefa86f6f8b388bbdb92
Sign in to reply to this message.

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