-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a4a203e995ad
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fea8c13075b1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 13 commits
- 7 files changed
- 5 contributors
Commits on Jun 18, 2020
-
The compiler does not need it anymore, has not needed it for many years iirc. This just goes in and pollutes the environment overriding the users GOPATH and causing grief. Go even warns about it itself, without vs with this commit: ```sh ~> go env GOPATH /home/manny/go ~> nix-shell -p go ~> go env GOPATH warning: GOPATH set to GOROOT (/nix/store/gvw1mfpdrk7i82884yhxf9lf5j3c12zm-go-1.14.1/share/go) has no effect /nix/store/gvw1mfpdrk7i82884yhxf9lf5j3c12zm-go-1.14.1/share/go ~> exit ~> nix-shell -I nixpkgs=cloned/NixOS/nixpkgs -p go ~> go env GOPATH /home/manny/go ~> exit ``` (cherry picked from commit a1e13f6)
Configuration menu - View commit details
-
Copy full SHA for 6cd67ec - Browse repository at this point
Copy the full SHA 6cd67ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 296e584 - Browse repository at this point
Copy the full SHA 296e584View commit details -
Configuration menu - View commit details
-
Copy full SHA for c9965e2 - Browse repository at this point
Copy the full SHA c9965e2View commit details -
(cherry picked from commit 416caeb)
Configuration menu - View commit details
-
Copy full SHA for 382b2db - Browse repository at this point
Copy the full SHA 382b2dbView commit details -
https://golang.org/doc/devel/release.html#go1.14.minor (cherry picked from commit 8d41f9f)
Configuration menu - View commit details
-
Copy full SHA for 2a1c67c - Browse repository at this point
Copy the full SHA 2a1c67cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 203fcba - Browse repository at this point
Copy the full SHA 203fcbaView commit details -
https://golang.org/doc/devel/release.html#go1.13.minor (cherry picked from commit 7da08af)
Configuration menu - View commit details
-
Copy full SHA for b1cbd08 - Browse repository at this point
Copy the full SHA b1cbd08View commit details -
https://golang.org/doc/devel/release.html#go1.14.minor (cherry picked from commit 9f97814)
Configuration menu - View commit details
-
Copy full SHA for 16a461d - Browse repository at this point
Copy the full SHA 16a461dView commit details -
go: fix TestDontCacheBrokenHTTP2Conn failure
(cherry picked from commit aae680c)
Configuration menu - View commit details
-
Copy full SHA for 4094b36 - Browse repository at this point
Copy the full SHA 4094b36View commit details -
buildGoModule: passthru the modSha256 (#82027)
The builder does not technically need the modSha256 of the vendor dir, and even though we pass it the entire vendor dir it makes sense not to risk having an accidental dependency on that variable. However, tools like [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) need to inspect the `modSha256` of a package in order to be able to update them, and since this is a real part of the package (describes info about its dependencies) let's add it to `passthru`. Specifically, this allows us to run a cmd like `nix eval -f . tflint.modSha256` to get the current value, which is how the bot finds it to replace with the new version in the Rust ecosystem. (cherry picked from commit 5f77ff6)
Configuration menu - View commit details
-
Copy full SHA for 9ae22e3 - Browse repository at this point
Copy the full SHA 9ae22e3View commit details -
go-modules: Augment builds w/ vendor src
This is done in response to complaints that the module format is not human readable. The vendor source blob is flat files and should be extremely readable. (cherry picked from commit 9761128)
Configuration menu - View commit details
-
Copy full SHA for 470d555 - Browse repository at this point
Copy the full SHA 470d555View commit details -
go-modules: Add in old modsha256 w/ warning
(removed warning for 20.03) (cherry picked from commit a0ddea1)
Configuration menu - View commit details
-
Copy full SHA for 124d70c - Browse repository at this point
Copy the full SHA 124d70cView commit details
Commits on Jun 20, 2020
-
Configuration menu - View commit details
-
Copy full SHA for fea8c13 - Browse repository at this point
Copy the full SHA fea8c13View commit details
There are no files selected for viewing
This file was deleted.