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: 50d483a2c1c7
Choose a base ref
...
head repository: NixOS/nix
compare: 47a937d51200
Choose a head ref
  • 4 commits
  • 5 files changed
  • 1 contributor

Commits on Dec 5, 2019

  1. 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
  2. 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
  3. 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
  4. 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