Neil Mitchell
Neil Mitchell
Thanks for the report, I can replicate with the `extra` library. I think the issue is: ``` Reloading... Error when waiting, if this happens repeatedly, raise a ghcid bug. CreateFile...
Have you found which command can launch ghci? Something like "stack repl"? If so pass that to --command
Awesome! I've been wanting to try this myself for a while. How do you run your code to try it? I use VS Code normally - do you know what...
Are you invoking `reload` to get the list of loaded modules? Or are you sending `:load` directly at ghcid via `exec`? I suspect the parser makes more sense exposed in...
If the overhead of watching a .json file (either CPU wise or complexity wise) is too large I'm not averse to `ghcid --json` which spits out the JSON output on...
Seems reasonable enough simplification that I'd happily take a patch, although not hard enough work that I'm likely to write such a patch in the near future :)
I didn't create the neovim plugin, it was @cloudhead . From my standpoint, I'd certainly accept multiple plugins.
No, and I don't think I say when I've given up on a timeout. I think the code that is hitting you is probably at: https://github.com/ndmitchell/ghcid/blob/master/src/Session.hs#L132-L139. I'd welcome a patch...
@Wizek yep, very open to such a message. Either logging via `--verbose` or in this case I think normal stdout is valid. http://neilmitchell.blogspot.com/2015/05/handling-control-c-in-haskell.html is everything I know. My suggestion for...
I bet this is a ghci big, so needs tracking down and reporting in that context. FWIW my experience is that ghci keeps getting more buggy, and bugs that are...