Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: f51e276b6237
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 6751e491bb44
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Sep 6, 2019

  1. lilypond: fix segfault

    When built with GCC>=6.0 current stable lilypond requires
    -fno-delete-null-pointer or it may segfault.
    
    Unstable lilypond no longer relies on "this" being allowed to be null, so does
    not need this change.
    
    Upstream bug: https://sourceforge.net/p/testlilyissues/issues/4814/
    
    Sample input to reproduce issue:
    
    ```
    \version "2.18.2"
    
    \new Staff {
        f8( e~ e2.) |
    }
    ```
    jasom committed Sep 6, 2019
    Copy the full SHA
    7b96fdf View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2019

  1. Merge pull request #68127 from jasom/lilypond-segfault-fix

    lilypond: fix segfault
    ryantm committed Sep 7, 2019
    Copy the full SHA
    6751e49 View commit details
    Browse the repository at this point in the history