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: 1893f78f8eca
Choose a base ref
...
head repository: NixOS/nix
compare: fda7b95cb08c
Choose a head ref
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on Oct 9, 2017

  1. Whitespace

    edolstra committed Oct 9, 2017
    Copy the full SHA
    838509d View commit details
    Browse the repository at this point in the history
  2. Fix a hang in ThreadPool

    The worker threads could exit prematurely if they finished processing
    all items while the main thread was still adding items. In particular,
    this caused hanging nix-store --serve processes in the build farm.
    
    Also, process items from the main thread.
    edolstra committed Oct 9, 2017
    Copy the full SHA
    fda7b95 View commit details
    Browse the repository at this point in the history