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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 55cefd41d633
Choose a base ref
...
head repository: NixOS/nix
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
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

Commits on Apr 8, 2020

  1. Merge pull request #3468 from Infinisil/functionArgsPositions

    Make function arguments retain position info
    edolstra authored Apr 8, 2020
    Copy the full SHA
    9ed097d View commit details
Loading