Disabling terminal clearning and "All good at time t" #184
Comments
If it's reloading every second even when you aren't editing then there's a bug. Can you run with --verbose and send me the output. |
Hey, Thanks for the quick response. In a one-file test project, here's what I see.
Could this be somehow related This is on a Linux system. |
The it :: () is upsetting ghcid. My guess is you have something in your .ghci that enables that. Can you share your .ghci? Should be easy to parse around it, but I'd like to reproduce and add a test. |
I don't have a per-project
What does |
Ah, could that be |
Yes, almost certainly. I'll make ghcid pass |
Wouldn't loading ghci ignoring its .ghcirc be a more sustainable solution? I don't remember whether ghcid actually had a CLI for anyone to care about their ghci configuration as I only use it for running tests. |
What if your global .ghci points at an include path that is required? Loading from local .ghci files is almost essential. I prefer to take the system as it is and undo anything it doesn't like rather than try and set it up perfectly, which is a strategy that has worked remarkably well so far. |
Done and released as 0.7.1. Let me know if it's still looping for you. |
Thank you! I'll give it a try and ping back if it's not working. |
Hey,
Is there a way to disable the behavior of outputting "All good at time t" at the top (by outputting blank lines) every second? Aside from liking/desiring to refer to past errors, it really makes GNOME's poor terminal (
/usr/bin/gnome-shell
) use 20%+ of CPU just to move things around in my long scrollback buffer every second.This is with GHCId v0.7. I initially thought
--no-status
would do the trick, but unfortunately not.Thanks in advance!
The text was updated successfully, but these errors were encountered: