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: edfd676e0595
Choose a base ref
...
head repository: NixOS/nix
compare: 5f263e1fb759
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Aug 10, 2020

  1. Always reset ANSI colors in progress-bar line

    When having a message like `waiting for a machine to build X` and
    building with `nix build -L`, the log-prefix is always colored yellow[1]
    on a small terminal-width as everything (including the ANSI color-reset) is
    stripped away.
    
    To work around that problem, this patch explicitly adds an `ANSI_NORMAL`
    to the end of the line.
    
    [1] https://imgur.com/a/FjtJOk3
    Ma27 committed Aug 10, 2020
    Copy the full SHA
    5f8ae16 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2020

  1. Merge pull request #3916 from Ma27/progress-bar-coloring

    Always reset ANSI colors in progress-bar line
    edolstra committed Aug 11, 2020
    Copy the full SHA
    5f263e1 View commit details
    Browse the repository at this point in the history