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/nix
base: 6d118419f208
Choose a base ref
...
head repository: NixOS/nix
compare: 9983b8d8bd05
Choose a head ref
  • 7 commits
  • 13 files changed
  • 1 contributor

Commits on Apr 29, 2019

  1. Bindings::get(): Add convenience method

    This allows writing attribute lookups as
    
        if (auto name = value.attrs->get(state.sName))
          ...
    edolstra committed Apr 29, 2019
    Copy the full SHA
    c3b55a9 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    76325ce View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    b19b221 View commit details
    Browse the repository at this point in the history
  4. Add 'nix list-tarballs' command

    E.g.
    
      $ nix list-tarballs nixpkgs.hello
      http://tarballs.nixos.org/stdenv-linux/x86_64/4907fc9e8d0d82b28b3c56e3a478a2882f1d700f/bootstrap-tools.tar.xz
      ...
      mirror://gnu/hello/hello-2.10.tar.gz
    
      $ nix list-tarballs --json -f '<nixpkgs/maintainers/scripts/all-tarballs.nix>'
    
    (BTW the latter returns about 6000 files more than find-tarballs.nix.)
    edolstra committed Apr 29, 2019
    Copy the full SHA
    abbbad5 View commit details
    Browse the repository at this point in the history
  5. Slight optimization

    edolstra committed Apr 29, 2019
    Copy the full SHA
    54e1ac6 View commit details
    Browse the repository at this point in the history
  6. Measure GC duration

    edolstra committed Apr 29, 2019
    Copy the full SHA
    c6ff34b View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    9983b8d View commit details
    Browse the repository at this point in the history