elm / http

Make HTTP requests in Elm
https://package.elm-lang.org/packages/elm/http/latest
BSD 3-Clause "New" or "Revised" License
154 stars 46 forks source link

Progress has no Native.Http import #30

Closed tunguski closed 5 years ago

tunguski commented 7 years ago

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.

process-bot commented 7 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.

evancz commented 5 years ago

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!