Fork me on GitHub
#kaocha
<
2022-02-04
>
skynet16:02:18

hey, I tried upgrading kaocha to the latest 1.62.993 but I'm running into an issue on Windows:

> 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.
here's the alias in deps.edn: <https://github.com/skynet-gh/skylobby/blob/master/deps.edn#L145-L151>

oxalorg (Mitesh)16:02:00

Can you add a :kaocha.watch/type :hawk to tests.edn and see if this persists?

skynet20:02:35

same error with that set

1
j16:04:43

I have the same error. Running on clj on windows