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/nixops-aws
base: dff6c9e4d9ab
Choose a base ref
...
head repository: NixOS/nixops-aws
compare: de811d843210
Choose a head ref
  • 2 commits
  • 5 files changed
  • 2 contributors

Commits on Mar 22, 2020

  1. py3 prep: foo.values() does not return an indexable list

    Casting to a list is a no-op in py2, but in py3 we cannot index [0] without it.
    
    Partial progress towards #29.
    
    This commit also removes unused imports from test case files as a general cleanup.
    bhipple committed Mar 22, 2020
    Copy the full SHA
    4ea953d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #36 from bhipple/py3/list

    py3 prep: foo.values() does not return an indexable list
    grahamc committed Mar 22, 2020
    Copy the full SHA
    de811d8 View commit details
    Browse the repository at this point in the history