commercialhaskell / stack-ide

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

CLI option to disable stdout buffering for use in pipelined mode #13

Closed holzensp closed 9 years ago

holzensp commented 9 years ago

First two commits are only to make the client compile (e.g. putEnc is no longer defined anywhere, attoparsec dependency was rather tight).

Tried to use this client in a Java (ProcessBuilder) program and didn't receive output; this is expected buffered pipelining behaviour, but for interactive use, it's rather in the way.

chrisdone commented 9 years ago

I've moved this repo to stack-ide so that people going to chrisdone/ide-backend-client will arrive here. Do you mind checking your work on the latest version of this project?

lukexi commented 9 years ago

Handled via https://github.com/commercialhaskell/stack-ide/pull/15, thanks Philip!