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: 38a4d38bc33d
Choose a base ref
...
head repository: NixOS/nix
compare: 4b214e6e4566
Choose a head ref
  • 5 commits
  • 1 file changed
  • 1 contributor

Commits on Jun 16, 2019

  1. Run builds in a pseudo-terminal

    This allows many programs (e.g. gcc, clang, cmake) to print colorized
    log output (assuming $TERM is set to a value like "xterm").
    
    There are other ways to get colors, in particular setting
    CLICOLOR_FORCE, but they're less widely supported and can break
    programs that parse tool output.
    edolstra committed Jun 16, 2019
    Copy the full SHA
    e84c265 View commit details
    Browse the repository at this point in the history
  2. Set $TERM

    edolstra committed Jun 16, 2019
    Copy the full SHA
    82ca6ef View commit details
    Browse the repository at this point in the history
  3. Hopefully fix macOS tests

    edolstra committed Jun 16, 2019
    Copy the full SHA
    2743bf0 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2019

  1. Copy the full SHA
    3cc1125 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2878 from NixOS/run-in-pts

    Run builds in a pseudo-terminal
    edolstra committed Jun 17, 2019
    Copy the full SHA
    4b214e6 View commit details
    Browse the repository at this point in the history