We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
See commercialhaskell/stack-ide#33 (comment)
It'd be better to have the handshake swap things like:
ide-backend
binary
It'd then emit a noisy warning on mismatch. Ideally it'd also emit such info when there's a serialization error such as described in the issue above.
The text was updated successfully, but these errors were encountered:
hmmm within wai-devel I have a small function for making errors look better. If you like it I can submit a pull request. Here is my prettyPrintErrors function: https://github.com/urbanslug/wai-devel/blob/master/src/Devel/Compile.hs#L93
prettyPrintErrors
It works for all SourceError https://hackage.haskell.org/package/ide-backend-0.10.0/docs/IdeSession.html#t:SourceError
SourceError
Sorry, something went wrong.
This issue is about exceptions / errors in ide-backend, not about source errors.
I'd consider adding a function like `prettyPrintErrors that formatted them the same as GHC, which should be quite feasible.
Oh, sorry.
mgsloan
No branches or pull requests
See commercialhaskell/stack-ide#33 (comment)
It'd be better to have the handshake swap things like:
ide-backend
version numberbinary
package?It'd then emit a noisy warning on mismatch. Ideally it'd also emit such info when there's a serialization error such as described in the issue above.
The text was updated successfully, but these errors were encountered: