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: 23cc9b3b1eed
Choose a base ref
...
head repository: NixOS/nix
compare: e2047dba4bdb
Choose a head ref
  • 11 commits
  • 30 files changed
  • 2 contributors

Commits on Jul 12, 2020

  1. Fix ANSI color constants

    The `m` acts as termination-symbol when declaring graphics. Because
    of this, the `;1m` doesn't have any effect and is directly printed to
    the console:
    
    ```
    $ nix repl
    > builtins.fetchGit { /* ... */ }
    { outPath = "/nix/store/s0f0iz4a41cxx2h055lmh6p2d5k5bc6r-source"; rev = "e73e45b723a9a6eecb98bd5f3df395d9ab3633b6"; revCount = ;1m428; shortRev = "e73e45b"; submodules = ;1mfalse; }
    ```
    
    Introduced by 6403508.
    Ma27 committed Jul 12, 2020
    Copy the full SHA
    64f0363 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2020

  1. Merge pull request #3805 from Ma27/ansi-color-fix

    Fix ANSI color constants
    edolstra committed Jul 13, 2020
    Copy the full SHA
    d7026cc View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    41bdf42 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    2900a44 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    1d01ae8 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    143a5f3 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    c0dd051 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    400f1a9 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    fc84c35 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    0a9da00 View commit details
    Browse the repository at this point in the history
  10. Remove 'accessor' from addToStore()

    This is only used by hydra-queue-runner and it's better to implement
    it there.
    edolstra committed Jul 13, 2020
    Copy the full SHA
    e2047db View commit details
    Browse the repository at this point in the history