lambdaisland / lambdaisland/kaocha
Error on Windows as of 1.62.993
Open
@alysbrooks is already working on this.
Since Jun 17, 2023.
bug
regression
- Dominant language
- Clojure
- Stars
- 860
- Forks
- 81
- PR merge metrics
- No merged PRs in 30d
Description
I'm getting this error now when running kaocha on my project:
> clj -M:kaocha
java.nio.file.NotDirectoryException: tests.edn
at sun.nio.fs.WindowsWatchService$Poller.implRegister (WindowsWatchService.java:379)
sun.nio.fs.AbstractPoller.processRequests (AbstractPoller.java:266)
sun.nio.fs.WindowsWatchService$Poller.run (WindowsWatchService.java:596)
java.lang.Thread.run (Thread.java:833)
[watch] watching stopped.
Looks like the file watcher changes are causing it to think tests.edn should be a directory for some reason. Adding :kaocha.watch/type :hawk does not fix it.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.