[elm-discuss] Re: Can we get a patch release of elm-lang/core?

2017-08-03 Thread Filip Haglund
Sure, that works great for single projects, but this is in elm-test. If I make the string fuzzer generate unicode strings, I'll fail the test suites in thousands of projects and force all of them to use a non-core version of this function. It simply seems mean to do this until core has released

Re: [elm-discuss] Re: Can we get a patch release of elm-lang/core?

2017-07-31 Thread Christophe de Vienne
I think the idea is to embed the fixed version of the function in your code and use it instead of the core one. Once elm 0.19 is out you can remove it and change back to using the core implementation. Le 30 juillet 2017 20:20:49 GMT+02:00, Filip Haglund a écrit : >I

[elm-discuss] Re: Can we get a patch release of elm-lang/core?

2017-07-30 Thread Filip Haglund
I need all users of my package to have the bugfix as well. It's a part of elm-test, so if I'm testing code that depends on the buggy version of core against my fixed version, it will of course fail. On Sunday, July 30, 2017 at 3:13:48 PM UTC+2, Filip Haglund wrote: > > I'm currently blocked on