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: 06f9364e5ff3
Choose a base ref
...
head repository: NixOS/nix
compare: 8ec1b1e7b849
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Nov 3, 2019

  1. Fix progress bar when nix-prefetch-url is piped.

    The intent of the code was that if the window size cannot be determined,
    it would be treated as having the maximum possible size. Because of a
    missing assignment, it was actually treated as having a width of 0.
    
    The reason the width could not be determined was because it was obtained
    from stdout, not stderr, even though the printing was done to stderr.
    
    This commit addresses both issues.
    hvdijk committed Nov 3, 2019
    Copy the full SHA
    c935ad3 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2019

  1. Merge pull request #3203 from hvdijk/prefetch-progress

    Fix progress bar when nix-prefetch-url is piped.
    edolstra committed Nov 4, 2019
    Copy the full SHA
    8ec1b1e View commit details
    Browse the repository at this point in the history