drathier
drathier
We might have hit the same issue with code generated by the erlang backend for purescript. **We've tried ignoring the errors but dialyzer_ignore.ex doesn't work**, and we're getting hundreds of...
I'm 99% sure this is not an issue with elm-test. We're not touching the elm-stuff directory ourselves. Is it possible for you to exclude elm-stuff from synchronizing? It's very likely...
Correction: the node test runner does modify elm-stuff, to add some generated elm files.
I'm leaning slightly towards implementing this check. It's more likely that the dev has that part of the code base in their working memory right when they write the tests,...
> spread awareness of the pitfalls of comparing floats for equality That's a really good reason! I'm all for this change in the next major bump! We should consider the...
The `\xA0` parsing looks like a compiler bug to me, or a really strong feature request. We cannot escape unicode characters safely without using `++` and not mixing unicode literals...
> Hm...is this better? To me, I found the example in OP easier to compare. I can quickly see "oh, there's a space there versus a...I don't know what the...
Looks like Evan has switched to `\u` escapes when generating javascript just over a year ago: https://github.com/elm-lang/elm-compiler/commit/3ad0db6e8b5521cab209906631d7267c0d5ae61d Guessing that means that we'll get `\u` escapes in elm soon enough.
Looks like we're waiting for 0.19 before we look into this. Adding a blocked label.
0.19 is here, we are no longer blocked. Related to https://github.com/elm-explorations/test/issues/38