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: e31f3f91476c
Choose a base ref
...
head repository: NixOS/nix
compare: 490861eae077
Choose a head ref
  • 2 commits
  • 6 files changed
  • 1 contributor

Commits on Nov 18, 2020

  1. Fix resetting the terminal with '-L'

    Using '-L' caused another call to setLogFormat(), which caused another
    ProgressBar to be created. But the ProgressBar should be a singleton.
    
    To do: remove LogFormat::barWithLogs. '-L' should be a setting of the
    ProgressBar, not a different log format.
    edolstra committed Nov 18, 2020
    Copy the full SHA
    a663a2f View commit details
    Browse the repository at this point in the history
  2. Replace LogFormat::barWithLogs with a setting

    This will make it easier to add more settings to the progress bar.
    edolstra committed Nov 18, 2020
    Copy the full SHA
    490861e View commit details
    Browse the repository at this point in the history