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: 048ef27326c1
Choose a base ref
...
head repository: NixOS/nix
compare: ab88f4bbd411
Choose a head ref
  • 18 commits
  • 6 files changed
  • 2 contributors

Commits on Dec 3, 2019

  1. Copy the full SHA
    7395e09 View commit details
    Browse the repository at this point in the history
  2. doc/manual: add ids to the advanced attribute definitions

    This makes it possible to reference single attribute definitions,
    for pointing people to their exact definition.
    Profpatsch committed Dec 3, 2019
    Copy the full SHA
    7923e22 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2019

  1. Merge pull request #3255 from Profpatsch/doc-manual-allowSubstitutes-…

    …add-note
    
    doc/manual: add note to `allowSubstitutes` advanced attribute
    edolstra committed Dec 4, 2019
    Copy the full SHA
    f4b9495 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2019

  1. Copy the full SHA
    334b8f8 View commit details
    Browse the repository at this point in the history
  2. Revert "Make fmt() non-recursive"

    This reverts commit 2b761d5.
    
    Also *really* make fmt() take arguments by reference.
    edolstra committed Dec 5, 2019
    Copy the full SHA
    603b2f5 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    092af3c View commit details
    Browse the repository at this point in the history
  4. MultiCommand: Simplify construction

    (cherry picked from commit 15a16e5)
    edolstra committed Dec 5, 2019
    Copy the full SHA
    f1b5c76 View commit details
    Browse the repository at this point in the history
  5. Move Command and MultiCommand to libutil

    (cherry picked from commit f70434b)
    edolstra committed Dec 5, 2019
    Copy the full SHA
    f964f42 View commit details
    Browse the repository at this point in the history
  6. Make subcommand construction in MultiCommand lazy

    (cherry picked from commit a0de58f)
    edolstra committed Dec 5, 2019
    Copy the full SHA
    ac67685 View commit details
    Browse the repository at this point in the history
  7. Initialize Command::_name

    (cherry picked from commit d0a769c)
    edolstra committed Dec 5, 2019
    Copy the full SHA
    5e449b4 View commit details
    Browse the repository at this point in the history
  8. Fix precompiled-headers generation

    It's now regenerated when util.hh changes, and is ordered after
    config.h to fix a race.
    edolstra committed Dec 5, 2019
    Copy the full SHA
    50d483a View commit details
    Browse the repository at this point in the history
  9. Bindings::get(): Add convenience method

    This allows writing attribute lookups as
    
        if (auto name = value.attrs->get(state.sName))
          ...
    
    (cherry picked from commit f216c76)
    edolstra committed Dec 5, 2019
    Copy the full SHA
    0d118ef View commit details
    Browse the repository at this point in the history
  10. Bindings: Add convenience method for requiring an attribute

    (cherry picked from commit fb692e5)
    edolstra committed Dec 5, 2019
    Copy the full SHA
    79142cb View commit details
    Browse the repository at this point in the history
  11. Move #include

    (cherry picked from commit 8beedd4)
    edolstra committed Dec 5, 2019
    Copy the full SHA
    0678e4d View commit details
    Browse the repository at this point in the history
  12. Show hash mismatch warnings in SRI format

    (cherry picked from commit 63c5c91)
    edolstra committed Dec 5, 2019
    2
    Copy the full SHA
    47a937d View commit details
    Browse the repository at this point in the history
  13. nix doctor: Fix typo

    (cherry picked from commit 96c6b08)
    edolstra committed Dec 5, 2019
    Copy the full SHA
    80ab953 View commit details
    Browse the repository at this point in the history
  14. Shut up clang warning

    (cherry picked from commit 3392f1b)
    edolstra committed Dec 5, 2019
    Copy the full SHA
    3b9c9d3 View commit details
    Browse the repository at this point in the history
  15. Copy the full SHA
    ab88f4b View commit details
    Browse the repository at this point in the history