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: 85b5fc7c9854
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: facd51575e23
Choose a head ref
  • 4 commits
  • 5 files changed
  • 1 contributor

Commits on May 6, 2018

  1. lib/types: Fix coercedTo check

    Without this change
    
      (coercedTo str toInt int).check "foo"
    
    would evaluate to true, even though
    
      (coercedTo str toInt int).merge {} [{ value = "foo"; }]
    
    will throw an error because "foo" can't be coerced to an int.
    infinisil authored and Profpatsch committed May 6, 2018
    Configuration menu
    Copy the full SHA
    ef8996f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b16a692 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cd57361 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    facd515 View commit details
    Browse the repository at this point in the history