Closed tunguski closed 5 years ago
Thanks for the issue! Make sure it satisfies this checklist. My human colleagues will appreciate it!
Here is what to expect next, and if anyone wants to comment, keep these things in mind.
With the changes in 0.19 this should be resolved. If you are still seeing problems, share an SSCCE that triggers the error you are seeing!
Progress
is the only module (in core and http) that uses native module without explicitly importing it: https://github.com/elm-lang/http/blob/99c00a2dac21dda1d4954515c79e6f28e431573f/src/Http/Progress.elm#L164. I'm not sure does it break language specification or not. Still it creates an exception.Simple fix would be to add import.