-
-
Notifications
You must be signed in to change notification settings - Fork 104
Comparing changes
Open a pull request
base repository: NixOS/nixpkgs-channels
base: a7a85a015c40
head repository: NixOS/nixpkgs-channels
compare: 87f88b0cad45
- 19 commits
- 17 files changed
- 11 contributors
Commits on Jan 16, 2020
-
buildRustCrate: remove one of the odd library filename cases
It used to be the case (ref missing) that cargo did treat `src/$libName.rs` as an alternative to `src/lib.rs` when the latter wasn't present. Recently I failed to reproduce that with vanilla cargo and it started to cause pain with some crates of the form: some_crate/ `- src `- main.rs `- some_crate.rs We would build `src/some_crate.rs` and thing it is a library while that might not be the actual case. This crate is a valid `bin` crate not a `lib` crate as far as I can tell from the samples I took. I removed support for the previously required heuristic and commented out the test cases in case we will need them again. We could crawl in the Git history but chances are that the next person looking into this doesn't know about the history.
Configuration menu - View commit details
-
Copy full SHA for 29a8575 - Browse repository at this point
Copy the full SHA 29a8575View commit details -
buildRustCrateTests: use releaseTools.aggregate
Previously I did use `runCommand` to do the same. Using releaseTools.aggregate seems a lot saner and we might get nicer hydra output of the tests that are failing.
Configuration menu - View commit details
-
Copy full SHA for 69c96ad - Browse repository at this point
Copy the full SHA 69c96adView commit details
Commits on Jan 20, 2020
-
Configuration menu - View commit details
-
Copy full SHA for d7e04bb - Browse repository at this point
Copy the full SHA d7e04bbView commit details
Commits on Jan 21, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 227a3f4 - Browse repository at this point
Copy the full SHA 227a3f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 341097c - Browse repository at this point
Copy the full SHA 341097cView commit details -
pythonPackages.django_2_1: drop
Django-2.1 support ended on December 2, 2019, so drop it in nixpkgs as well.
Configuration menu - View commit details
-
Copy full SHA for 1102fc8 - Browse repository at this point
Copy the full SHA 1102fc8View commit details -
Merge pull request #65430 from pasqui23/zbd
zsh-bd:init at 2018-07-04
Configuration menu - View commit details
-
Copy full SHA for b785f2a - Browse repository at this point
Copy the full SHA b785f2aView commit details -
pythonPackages.django_2_1: drop (#78159)
pythonPackages.django_2_1: drop
Configuration menu - View commit details
-
Copy full SHA for d3a7bc5 - Browse repository at this point
Copy the full SHA d3a7bc5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 17eb447 - Browse repository at this point
Copy the full SHA 17eb447View commit details -
Merge pull request #78147 from dwarfmaster/rename
Renamed maintainer lucas8 -> dwarfmaster
Configuration menu - View commit details
-
Copy full SHA for 53c681d - Browse repository at this point
Copy the full SHA 53c681dView commit details -
Merge pull request #78078 from r-ryantm/auto-update/FanFicFare
fanficfare: 3.13.0 -> 3.15.0
Configuration menu - View commit details
-
Copy full SHA for 5c5d9ef - Browse repository at this point
Copy the full SHA 5c5d9efView commit details -
Configuration menu - View commit details
-
Copy full SHA for a38ff81 - Browse repository at this point
Copy the full SHA a38ff81View commit details -
Configuration menu - View commit details
-
Copy full SHA for a055d4d - Browse repository at this point
Copy the full SHA a055d4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for bdb1645 - Browse repository at this point
Copy the full SHA bdb1645View commit details -
Configuration menu - View commit details
-
Copy full SHA for d0fcf24 - Browse repository at this point
Copy the full SHA d0fcf24View commit details -
Merge pull request #77822 from andir/buildRustCrate-remove-custom-lib…
…-path buildRustCrate: remove custom lib path heuristic
Configuration menu - View commit details
-
Copy full SHA for 60fea72 - Browse repository at this point
Copy the full SHA 60fea72View commit details -
Merge pull request #78176 from r-ryantm/auto-update/fplll
fplll: 5.3.1 -> 5.3.2
Configuration menu - View commit details
-
Copy full SHA for 79f86d7 - Browse repository at this point
Copy the full SHA 79f86d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 35363c3 - Browse repository at this point
Copy the full SHA 35363c3View commit details -
Merge pull request #78187 from dtzWill/update/hub-2.14.1
gitAndTools.hub: 2.13.0 -> 2.14.1
Configuration menu - View commit details
-
Copy full SHA for 87f88b0 - Browse repository at this point
Copy the full SHA 87f88b0View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff a7a85a015c40...87f88b0cad45