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: b1d518206a65
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 2b4b7d4ef3bb
Choose a head ref
  • 11 commits
  • 12 files changed
  • 3 contributors

Commits on Sep 23, 2018

  1. bintools-wrapper, cc-wrapper, stdenv: infer propagateDoc automatically

    02c09e0 (#44558) was reverted in
    c981787 but, as it turns out, it fixed an issue
    I didn't know about at the time: the values of `propagateDoc` options were
    (and now again are) inconsistent with the underlying things those wrappers wrap
    (see #46119), which was (and now is) likely to produce more instances
    of #43547, if not now, then eventually as stdenv changes.
    
    This patch (which is a simplified version of the original reverted patch) is the
    simplest solution to this whole thing: it forces wrappers to directly inspect the
    outputs of the things they are wrapping instead of making stdenv guess the correct
    values.
    oxij committed Sep 23, 2018
    Copy the full SHA
    b2c7a5a View commit details
    Browse the repository at this point in the history
  2. gcc-*: Clean up crossStageStatic logic

    54282b9 tread carefuly to avoid a mass
    rebuild. This embraces the mass rebuild to clean things up.
    Ericson2314 authored and oxij committed Sep 23, 2018
    Copy the full SHA
    b14db1b View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    1abf197 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    d2674c5 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    ed10043 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    2067b2a View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    c77ba8b View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    d5ddae5 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    d0c6bf0 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    87c0206 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2018

  1. Merge pull request #47233 from oxij/tree/mass-rebuild-noop-cleanups

    treewide: mass rebuild noop cleanups
    Ericson2314 committed Sep 25, 2018
    Copy the full SHA
    2b4b7d4 View commit details
    Browse the repository at this point in the history