New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update tests for 0.15 #242

Merged
merged 1 commit into from May 11, 2015

Conversation

Projects
None yet
2 participants
@mgold
Contributor

mgold commented May 11, 2015

This boils down to 3 things:

  • Adding the exposing keyword multiple times per file
  • Updating elm-package.json with the elm-version field
  • Removing the tests for List.uncons which seems to have disappeared

I see that the travis build is in cabal hell, but at least you can manually run
the tests with tests/run-test.sh and they all pass.

Update tests for 0.15.
This boils down to 3 things:
* Adding the `exposing` keyword multiple times per file
* Updating `elm-package.json` with the elm-version field
* Removing the tests for List.uncons which seems to have disappeared

I see that the tavis build is in cabal hell, but at least you can manually run
the tests with `tests/run-test.sh` and they all pass.
@evancz

This comment has been minimized.

Show comment
Hide comment
@evancz

evancz May 11, 2015

Member

Cool, thank you!

Member

evancz commented May 11, 2015

Cool, thank you!

evancz pushed a commit that referenced this pull request May 11, 2015

@evancz evancz merged commit 9ce9585 into elm:master May 11, 2015

1 check failed

continuous-integration/travis-ci/pr The Travis CI build could not complete due to an error
Details

@mgold mgold deleted the mgold:update-tests-for-0_15 branch May 11, 2015

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment