Navigation Menu

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: 4ca445c722d2
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: ad773d31e210
Choose a head ref
  • 4 commits
  • 30 files changed
  • 2 contributors

Commits on Sep 26, 2019

  1. Copy the full SHA
    fd30529 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    2d4352b View commit details
    Browse the repository at this point in the history
  3. tree-wide: replace uses of splitString "." with lib.versions

    Quoting from the splitString docstring:
    
       NOTE: this function is not performant and should never be used.
    
    This replaces trivial uses of splitString for splitting version
    strings with the (potentially builtin) splitVersion.
    joachifm committed Sep 26, 2019
    Copy the full SHA
    bad07df View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2019

  1. Merge pull request #69345 from joachifm/feat/split-version

    Replace uses of splitString for splitting version strings
    joachifm committed Sep 27, 2019
    Copy the full SHA
    ad773d3 View commit details
    Browse the repository at this point in the history