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: 3cad1abf9e5e
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: e5629dc51a31
Choose a head ref
  • 4 commits
  • 22 files changed
  • 2 contributors

Commits on Dec 12, 2017

  1. stdenv checkMeta: throw -> trace

    - tracing seems annoying enough
    - we get errors for all packages instead of aborting on the first one
    - easier to differentiate from unwanted packages (broken, unfree, etc.)
    vcunat authored and grahamc committed Dec 12, 2017
    1
    Copy the full SHA
    76bf375 View commit details
    Browse the repository at this point in the history
  2. treewide platform checks: abort -> throw

    They aren't meant to be critical (uncatchable) errors.
    Tested with nix-env + checkMeta:
    [ "x86_64-linux" "i686-linux" "x86_64-darwin" "aarch64-linux" ]
    vcunat authored and grahamc committed Dec 12, 2017
    1
    Copy the full SHA
    3a110ea View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    f33a513 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #32365 from vcunat/p/check-meta

    check meta, treewide
    grahamc committed Dec 12, 2017
    Copy the full SHA
    e5629dc View commit details
    Browse the repository at this point in the history