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: 1290411c2d0c
Choose a base ref
...
head repository: NixOS/nix
compare: efaffaa9d1de
Choose a head ref
  • 6 commits
  • 15 files changed
  • 1 contributor

Commits on Apr 16, 2020

  1. Copy the full SHA
    b3e5eea View commit details
    Browse the repository at this point in the history
  2. ValueMap, VectorVector: Use traceable_allocator

    We want to *trace* the 'Value *' arrays, not garbage-collect them!
    Otherwise the vectors/maps can end up pointing to nowhere.
    
    Fixes #3377. Closes #3384.
    edolstra committed Apr 16, 2020
    Copy the full SHA
    10e17ea View commit details
    Browse the repository at this point in the history
  3. JSONSax: Use a RootValue

    More #3377.
    edolstra committed Apr 16, 2020
    Copy the full SHA
    9f46f54 View commit details
    Browse the repository at this point in the history
  4. Use RootValue

    edolstra committed Apr 16, 2020
    Copy the full SHA
    fcd048a View commit details
    Browse the repository at this point in the history
  5. Logger: Add method for writing to stdout

    Usually this just writes to stdout, but for ProgressBar, we need to
    clear the current line, write the line to stdout, and then redraw the
    progress bar.
    
    (cherry picked from commit 696c026)
    edolstra committed Apr 16, 2020
    Copy the full SHA
    67a5941 View commit details
    Browse the repository at this point in the history
  6. Use Logger::stdout()

    (cherry picked from commit 8f41847)
    edolstra committed Apr 16, 2020
    Copy the full SHA
    efaffaa View commit details
    Browse the repository at this point in the history