[elm-discuss] "I know what I'm doing"-syntax and helpful error messages for string interpolation

2016-07-31 Thread Filip Haglund
Keeping with the helpfullness of the compiler, having warnings when doing scetchy things with string interpolation (issue #905 on Github ) could be useful. This could be warnings about building urls's from variables that might be user input.

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

2017-07-30 Thread Filip Haglund
I'm currently blocked on this bug https://github.com/elm-lang/core/commit/8e885c9bd4a7556ee039e2f53bbb3a1555d0243e#diff-de88ec52111a9d7bd82177e4654bb0f0R449 . It's been fixed months ago, but there's no patch release available. Is 6.0.0 very close to being released, or can I get a patch

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

2017-08-03 Thread Filip Haglund
a patch. On Sunday, July 30, 2017 at 3:13:48 PM UTC+2, Filip Haglund wrote: > > I'm currently blocked on this bug > https://github.com/elm-lang/core/commit/8e885c9bd4a7556ee039e2f53bbb3a1555d0243e#diff-de88ec52111a9d7bd82177e4654bb0f0R449 > > . It's been fixed months ago, but t

[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 b