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: 5d2cb158f390
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 401e07d41981
Choose a head ref
  • 3 commits
  • 6 files changed
  • 2 contributors

Commits on Apr 7, 2020

  1. treewide: Fix up stripDebugList attrs to be lists.

    The documentation says this should be a list, and it already is in
    about half the expressions that set it.
    
    The difference doesn't matter at present, because these values are all
    space-free literals.  But it will in a future with __structuredAttrs .
    
    (The similar attr stripAllList has no users in the nixpkgs tree, so
    there's nothing to do to fix any of those up.)
    gnprice committed Apr 7, 2020
    Copy the full SHA
    7547cf9 View commit details
    Browse the repository at this point in the history
  2. doc/stdenv: Update default for stripDebugList.

    This has changed a few times from 2008 to 2012: cdc74e1, d9213df,
    and 095db9f.
    gnprice committed Apr 7, 2020
    Copy the full SHA
    53d61f9 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2020

  1. Merge pull request #84551 from gnprice/pr-stripDebugList

    treewide: Fix types of stripDebugList attrs (and fix doc)
    Ma27 committed Apr 14, 2020
    Copy the full SHA
    401e07d View commit details
    Browse the repository at this point in the history