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: e7f1109f0644
Choose a base ref
...
head repository: NixOS/nix
compare: 35a0ac183858
Choose a head ref
  • 15 commits
  • 11 files changed
  • 4 contributors

Commits on Sep 17, 2020

  1. Typo

    roberth committed Sep 17, 2020
    Copy the full SHA
    3f93bc0 View commit details
    Browse the repository at this point in the history
  2. Remove redundant import

    roberth committed Sep 17, 2020
    Copy the full SHA
    9ee3122 View commit details
    Browse the repository at this point in the history
  3. Add Source.drainInto(Sink)

    roberth committed Sep 17, 2020
    Copy the full SHA
    29c82cc View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    dfa547c View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    14b30b3 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2020

  1. Overhaul wopAddToStore

    roberth committed Sep 21, 2020
    Copy the full SHA
    e34fe47 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    c602ebf View commit details
    Browse the repository at this point in the history
  3. wopAddToStore: Throw to clarify unused refs

    Co-authored-by: John Ericson <git@JohnEricson.me>
    roberth and Ericson2314 committed Sep 21, 2020
    Copy the full SHA
    ecc8088 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    8279178 View commit details
    Browse the repository at this point in the history
  5. parseContentAddressMethodPrefix: use string_view

    Co-authored-by: John Ericson <git@JohnEricson.me>
    roberth and Ericson2314 committed Sep 21, 2020
    Copy the full SHA
    fbf509c View commit details
    Browse the repository at this point in the history
  6. wopAddToStore: add RepairFlag

    roberth committed Sep 21, 2020
    Copy the full SHA
    7c68264 View commit details
    Browse the repository at this point in the history
  7. wopAddToStore: return ValidPathInfo

    A ValidPathInfo is created anyway. By returning it we can save a
    roundtrip and we have a nicer interface.
    roberth committed Sep 21, 2020
    Copy the full SHA
    fa08db5 View commit details
    Browse the repository at this point in the history
  8. Document addCAToStore/addToStoreFromDump source drainage

    Also checked that all usages satisfy the requirement and
    removed dead code.
    roberth committed Sep 21, 2020
    Copy the full SHA
    ca30abb View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2020

  1. Copy the full SHA
    92ac8df View commit details
    Browse the repository at this point in the history
  2. Style fixes

    edolstra committed Sep 22, 2020
    Copy the full SHA
    35a0ac1 View commit details
    Browse the repository at this point in the history