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: 89e0b3e2d62f
Choose a base ref
...
head repository: NixOS/nix
compare: 7dbba0a94e3d
Choose a head ref
  • 4 commits
  • 8 files changed
  • 2 contributors

Commits on Jun 1, 2020

  1. fetchOrSubstituteTree improvements

    Caches tree in addition to lockedRef, and explicitly writes out the logic for different combinations of cached/uncached flakes and indirect/resolved/locked flakes. This eliminates uneccessary calls to lookupInFlakeCache, fetchTree, maybeLookupFlake, and flakeCache.push_back
    mkenigs committed Jun 1, 2020
    Copy the full SHA
    ff1320b View commit details
    Browse the repository at this point in the history
  2. Tree ctors

    mkenigs committed Jun 1, 2020
    Copy the full SHA
    7680993 View commit details
    Browse the repository at this point in the history
  3. use Tree ctor

    mkenigs committed Jun 1, 2020
    Copy the full SHA
    c254254 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2020

  1. Merge pull request #3645 from mkenigs/fetchOrSubstituteTree-improvements

    Cache tree in fetchOrSubstituteTree
    edolstra committed Jun 2, 2020
    Copy the full SHA
    7dbba0a View commit details
    Browse the repository at this point in the history