A Brooks

Results 174 comments of A Brooks

@denistakeda I re-ran your failing example (very helpful, btw), and updating test.check fixed it there, too. Can you confirm? Thanks!

I think it's safe to close it after two years.

Thanks for suggesting this improvement! I think this makes a lot of sense. Maybe not as default behavior, but as an option you can enable.

I wonder if we want to warn when there is no tests.edn and Kaocha's using the latest default configuration because having versioned reader tags don't help in that situation. If...

I think `kaocha.watch/use-ignore-file` is a candidate for `#kaocha/v2`.

I think avoiding illegal keywords going forward is ideal, although it's not worth breaking backward compatibility, imo. And I'm not sure about `:kaocha.type/clojure.test` in particular, since `clojure.test` is a natural...

Thank you for the PR! I've been holding off on reviewing this because I'm waiting to merge the original PR. I think being able to control the thread pool somehow...

What's the use case of `:focus-meta` on the top level? That would essentially mean you'd have to essentially opt-in to a test being run by default, right? I suppose you...

Looking at the Beholder repository, it looks like Beholder supports Windows, so I'm not sure why this failed. Based on the error, it could be a bug in the `WindowsWatchService`....

So Beholder doesn't support file-level watching, which we try to do for `tests.edn`. Apparently the WindowWatchService notices, and the ones for Linux and macOS don't (and instead silently fail). There's...