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/nix
base: 925053e97458
Choose a base ref
...
head repository: NixOS/nix
compare: a7fb7d3cde48
Choose a head ref
  • 3 commits
  • 1 file changed
  • 2 contributors

Commits on Jul 21, 2018

  1. parser.y: fix assoc of -> and < > <= >=

    The parser allowed senseless `a > b > c` but disallowed `a -> b -> c` which seems valid
    It might be a typo
    volth committed Jul 21, 2018
    Configuration menu
    Copy the full SHA
    85fe4a8 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2018

  1. parser.y: right-associativity of ->

    volth committed Jul 23, 2018
    Configuration menu
    Copy the full SHA
    deaa6e9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2303 from volth/patch-4

    parser.y: fix assoc of -> and < > <= >=
    edolstra committed Jul 23, 2018
    Configuration menu
    Copy the full SHA
    a7fb7d3 View commit details
    Browse the repository at this point in the history