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: cc0ad3f56ee3
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 8272eff97ae2
Choose a head ref
  • 4 commits
  • 35 files changed
  • 2 contributors

Commits on Sep 3, 2020

  1. treewide: convert patch series files to Nix expressions

    Nix expressions provide all the features that Quilt series files have,
    so using those instead is pointless. Also, lib.readPathsFromFile
    (the function used to read series files) has the following warning:
    
    > NOTE: This function is not performant and should be avoided.
    
    This also removes some orphaned series files, and unused references to
    copyPathsToStore (which were probably missed in previous commits
    where calls to lib.readPathsFromFile were removed)
    deviant committed Sep 3, 2020
    Copy the full SHA
    7992188 View commit details
    Browse the repository at this point in the history
  2. lib/strings: deprecate readPathsFromFile

    > NOTE: This function is not performant and should be avoided.
    
    It's not used at all in-tree now, so we can remove it completely after
    any remaining users are given notice.
    deviant committed Sep 3, 2020
    1
    Copy the full SHA
    423fc3f View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    40a3b21 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #96269 from deviant/remove-quilt-series

    treewide: convert patch series files to Nix expressions
    infinisil committed Sep 3, 2020
    Copy the full SHA
    8272eff View commit details
    Browse the repository at this point in the history