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: 55cefd41d633
Choose a base ref
...
head repository: NixOS/nix
compare: 9ed097db7bc0
Choose a head ref
  • 2 commits
  • 5 files changed
  • 2 contributors

Commits on Apr 2, 2020

  1. Make function arguments retain position info

    This allows querying the location of function arguments. E.g.
    
      builtins.unsafeGetAttrPos "x" (builtins.functionArgs ({ x }: null))
    
      => { column = 57; file = "/home/infinisil/src/nix/inst/test.nix"; line = 1; }
    infinisil committed Apr 2, 2020
    Copy the full SHA
    c34e96f View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2020

  1. Merge pull request #3468 from Infinisil/functionArgsPositions

    Make function arguments retain position info
    edolstra committed Apr 8, 2020
    Copy the full SHA
    9ed097d View commit details
    Browse the repository at this point in the history