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 Elm 0.14, elm-package, elm-make, etc. #34

Merged
merged 4 commits into from Dec 8, 2014

Conversation

Projects
None yet
2 participants
@maxsnew
Contributor

maxsnew commented Dec 8, 2014

Currently a test is failing in the Array test file, but the error reported is a pattern match failure in Dict.elm, so it could be either a Dict bug or the Native Array code is producing an invalid object somewhere.

See the .travis.yml file for how it works, but the most important line to note is https://github.com/maxsnew/core/compare/elm-lang:master...maxsnew:tests?expand=1#diff-354f30a63fb0907d4ad57269548329e3R21 , where I filter out calls to appendChild because they mask any actual errors that the program has. It would be preferable if these never happened in the first place.

evancz pushed a commit that referenced this pull request Dec 8, 2014

Merge pull request #34 from maxsnew/tests
Update Tests for Elm 0.14, elm-package, elm-make, etc.

@evancz evancz merged commit 1cb38bb into elm:master Dec 8, 2014

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