commercialhaskell / stack-ide

Stack-based JSON interface to ide-backend
98 stars 23 forks source link

stack-mode process errors need to go to the message buffer #75

Closed lukehoersten closed 8 years ago

lukehoersten commented 8 years ago

Right now if there's a problem with the stack-ide process, stack-mode just fails silently instead of writing the errors somewhere.

chrisdone commented 8 years ago

Errors are written to *stack:yourprojectname*. What kind of errors are you missing?

lukehoersten commented 8 years ago

stack ide was failing to start and I guess we expected to see something in the mini buffer or *Messages*. I can't remember what was in the *stack:project* buffer at the time but I wouldn't be surprised if the errors were in there.

lukehoersten commented 8 years ago

I'll re-open this with more specific cases/messages if I can find what originally caused me to write the issue.