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: 7b9ca7b7c5ff
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: fa78cd4d6843
Choose a head ref
  • 5 commits
  • 11 files changed
  • 1 contributor

Commits on Mar 20, 2018

  1. python*: set thread stack size on musl

    Ensure recursion limit is reached before stack overflow.
    
    Python does this for OSX and BSD:
    https://github.com/python/cpython/blob/13ff24582c99dfb439b1af7295b401415e7eb05b/Python/thread_pthread.h#L22
    
    Size of 1MB chosen to match value in Alpine:
    https://git.alpinelinux.org/cgit/aports/commit/main/python2/APKBUILD?id=2f35283fec8ec451fe5fb477dd32ffdcc0776e89
    
    Manual testing via Alpine's test-stacksize.py crashes on these
    previously, and works with these changes.
    
    (cherry picked from commit 9aa2219)
    dtzWill committed Mar 20, 2018
    Configuration menu
    Copy the full SHA
    828d15e View commit details
    Browse the repository at this point in the history
  2. llvm4: same treatment

    (cherry picked from commit b2e6952)
    dtzWill committed Mar 20, 2018
    Configuration menu
    Copy the full SHA
    67cdc01 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    043ee6c View commit details
    Browse the repository at this point in the history
  4. llvm6: patch to enable sanitizers w/musl

    (cherry picked from commit 60bf299)
    dtzWill committed Mar 20, 2018
    Configuration menu
    Copy the full SHA
    9fd4a62 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fa78cd4 View commit details
    Browse the repository at this point in the history