lilypond-auto
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] #5690 Tiny fix


From: Auto mailings of changes to Lily Issues via Testlilyissues-auto
Subject: [Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] #5690 Tiny fixes for extractpdfmark
Date: Fri, 31 Jan 2020 20:48:10 -0000

Pushed to staging as

commit fc1c2f954e2665260bbddd624b9dff9cf126aadf
Author:     Jonas Hahnfeld <address@hidden>
AuthorDate: Mon Jan 27 14:45:06 2020 +0100
Commit:     Jonas Hahnfeld <address@hidden>
CommitDate: Fri Jan 31 21:46:41 2020 +0100

    Issue 5690/2: Disable exception handling code

    We don't throw in LilyPond and it's only bloating the executable:
    before: 192,586,512B
    after:  166,845,952B (-13.3%)

    This might also have a positive effect on the build time as well as
    performance during runtime, but I didn't try to measure that for now.

commit e695deeb56486aa45e8e8483fb94b3d05db48fcc
Author:     Jonas Hahnfeld <address@hidden>
AuthorDate: Mon Jan 27 14:44:11 2020 +0100
Commit:     Jonas Hahnfeld <address@hidden>
CommitDate: Fri Jan 31 21:46:28 2020 +0100

    Issue 5690/1: Drop exception handling around scm_boot_guile

    Doing this at the end of main() is pointless.

[issues:#5690] Tiny fixes for extractpdfmark

Status: Fixed
Labels: Fixed_2_21_0
Created: Sat Jan 25, 2020 08:46 AM UTC by Jonas Hahnfeld
Last Updated: Fri Jan 31, 2020 09:00 AM UTC
Owner: Jonas Hahnfeld

Tiny fixes for extractpdfmark

Individual changes:
1) Fix extractpdfmark not coming from PATH

If STEPMAKE_PROGS cannot find an optional program, it returns "false".
Checking for this value is better than requiring exactly "extractpdfmark"
which does not hold if the program is not in PATH and the user explicitly
sets the environment variable EXTRACTPDFMARK.

2) Fix extractpdfmark with GhostScript 9.50

GhostScript 9.50 defaults to -dSAFE, so the build system needs to pas
in -dNOSAFE explicitly.

3) Update message for optional extractpdfmark

From my experiments, enabling extractpdfmark rather increases the
required disk space. This is probably because the process produces
additional intermediate files. It only benefits the final PDF docs.

http://codereview.appspot.com/571420055


Sent from sourceforge.net because address@hidden is subscribed to https://sourceforge.net/p/testlilyissues/issues/

To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/testlilyissues/admin/issues/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.

_______________________________________________
Testlilyissues-auto mailing list
address@hidden
https://lists.sourceforge.net/lists/listinfo/testlilyissues-auto

reply via email to

[Prev in Thread] Current Thread [Next in Thread]