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/nixpkgs
base: 2b5ba7f723a4
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 1f46aaab1b67
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Jun 23, 2019

  1. buildGoPackage: keep string context (#63680)

    In Nix, each string has a context that it carries of where it
    originated. Some functions like filterAttrs modify the context of its
    args when doing comparisons. That is important because we use the
    string context of “name” to get where a derivation was defined. This
    causes some builtins like unsafeGetAttrPos to report incorrectly that
    the string was set in lib/attrsets.nix and reporting that as the
    source file. Using removeAttrs avoids this problem.
    
    Fixes #63679
    matthewbauer authored and kalbasit committed Jun 23, 2019
    Copy the full SHA
    1f46aaa View commit details
    Browse the repository at this point in the history