Aloïs Cochard
Aloïs Cochard
This PR include and follow up on the work by @tdroxler for ELM support in #7. Next steps before merging: - [ ] update the `README` accordingly - [ ]...
Might be worth adding a new type `BuildAborted`.
Language like Rust provide not only the start location of the error, but also _the end location_. Ideally this should be supported by the sarsi protocol, in order to provide...
Blocked by https://github.com/fpco/stackage/pull/1352
Rust (and maybe Elm? /cc @tdroxler) will soon support note/help information: https://blog.rust-lang.org/2016/08/10/Shape-of-errors-to-come.html Would be nice to add a generalized equivalent in the protocol.
Currently the protocol of the URL is hardcoded in `PushRegistry`. Please make it a parameter so one can connect to a https gateway. Thanks a lot.