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/hydra
base: 15a45f1a8a86
Choose a base ref
...
head repository: NixOS/hydra
compare: 301e4e088e12
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on May 13, 2020

  1. GitInput: only convert integer option values to int

    The previous code converted option values to ints when the value
    contained a digit somewhere. This is too eager since it also converts
    strings like `release-0.2` to an int which should not happen.
    
    We now only convert to int when the value is an integer.
    basvandijk committed May 13, 2020
    Copy the full SHA
    3812254 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #756 from basvandijk/only-convert-integer-option-v…

    …alues-to-ints
    
    GitInput: only convert integer option values to int
    basvandijk committed May 13, 2020
    Copy the full SHA
    301e4e0 View commit details
    Browse the repository at this point in the history