kaocha

2022-02-04T16:17:18.127909Z

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) 2022-02-04T16:41:00.654539Z

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

2022-02-04T20:59:35.467899Z

same error with that set

🤔 1
j 2022-04-27T16:45:43.088669Z

I have the same error. Running on clj on windows