elm-community / string-extra

String helper functions for Elm.

Home Page:http://package.elm-lang.org/packages/elm-community/string-extra/latest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update to Latest Version of Elm Test

prikhi opened this issue · comments

#18 Mentioned that tests are failing with the latest version of elm-test. Tests should be updated to work with the latest version.

There is a pretty big slowdown in 0.18.4, so .travis.yml should be updated to also use sysconfcpus when running elm-test(instead of just for the elm-make call).

@lorenzo @jaapz - any preference if we should stick to fixing the elm-test version or make it unbounded?

I prefer keeping a fixed version and just update it every once in a while. I've personally had too many breaking things when allowing more lenient version specifiers.

Better keep the version fixed.

If anyone wants to fix the tests to run in the latest version, then we can pin to that one

Started on this but getting a couple of crashes in Fuzz.Internal:
https://travis-ci.org/elm-community/string-extra#L863