Open jwaldmann opened 4 years ago
Unfortunately, not at the moment. The solution would be to integrate the filepattern library into Ghcid, so the --reload
could take a pattern, which could include only the data files. However, I don't have any work planned to do that - but contributions welcome.
Hi. I am using
since evalution of
t1
will read some files fromtest-data
. It's great that this works (and traversestest-data
recursively) but it's somewhat eager:The test gets run twice: once when I actually save one such data file, and then when I change the file in the editor (without saving) since Emacs then creates a lock file (https://www.gnu.org/software/emacs/manual/html_node/elisp/File-Locks.html).
It seems that
ghcid
notices creation and deletion of lock files, or the resulting modification of the containing directory.Is there a way to tell
ghcid
to ignore these files/events?