Neil Mitchell
Neil Mitchell
Any advice on how to collect such screenshots on Windows, or even someone doing it for me, would be most welcome.
Thanks for the advice. I'll take a try at some point. I was really hoping for AsciiCinema for Windows, but seems no luck.
The problem is that `ghcid` hasn't managed to find the warnings/errors that are coming out of the project. Are you using the latest version of `ghcid`? If so, please run...
Hmm. Either way, a log would be interesting. Sometimes GHC fails to reload things, as it's a bit buggy in ghci, but I find that's rare rather than common.
Makes sense. More concretely, if you don't get into a `ghci` prompt and have `--restart` flags it should tell you what you might need to do to restart things.
Thanks for the report. The command spawned via `--test` is not expected to read stdin, and when it does it picks up the things I send on to `ghci` itself....
It's deliberate. I try and clear the screen before running a test, but I can't remember exactly why. I'll have to take a look at the code for any hints...
I remember - you want the warning message (or All good) message to appear at the top of the screen, and you want to clear any previous stale messages that...
Since `ghcid-0.7` color codes were supported by `ghcid` itself. Are you referring to extra parsing that Neovim or the Neovim Ghcid plugin are doing?
It sounds like `stack ghci` doesn't bring up a working ghci? If so, that's a Stack problem, and you need to figure out how to get `stack ghci` working first....