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: a2740c9ca23e
Choose a base ref
...
head repository: NixOS/nix
compare: 3ed8290e5331
Choose a head ref
  • 6 commits
  • 10 files changed
  • 1 contributor

Commits on Sep 8, 2017

  1. ThreadPool: Improve exception handling

    In particular, process() won't return as long as there are active
    items. This prevents work item lambdas from referring to stack frames
    that no longer exist.
    edolstra committed Sep 8, 2017
    Configuration menu
    Copy the full SHA
    8f6b347 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3cf1705 View commit details
    Browse the repository at this point in the history
  3. copyStorePath(): Fill in missing narHash regardless of checkSigs

    I don't remember what the reasoning was here, but security is provided
    by the signatures, not by whether the hash is provided by the other
    store.
    edolstra committed Sep 8, 2017
    Configuration menu
    Copy the full SHA
    6a888ec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b7376ed View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e02edb1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3ed8290 View commit details
    Browse the repository at this point in the history