This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-02-04
Channels
- # announcements (7)
- # babashka (26)
- # babashka-sci-dev (19)
- # beginners (66)
- # calva (4)
- # clj-kondo (55)
- # cljs-dev (173)
- # cljsrn (17)
- # clojure (86)
- # clojure-art (3)
- # clojure-australia (1)
- # clojure-europe (24)
- # clojure-india (1)
- # clojure-nl (3)
- # clojure-uk (6)
- # clojured (5)
- # clojurescript (39)
- # cursive (8)
- # data-oriented-programming (20)
- # datomic (9)
- # emacs (10)
- # events (1)
- # figwheel-main (16)
- # fulcro (33)
- # gratitude (1)
- # helix (2)
- # hugsql (2)
- # jobs (2)
- # kaocha (4)
- # leiningen (5)
- # lsp (110)
- # malli (1)
- # missionary (17)
- # observability (3)
- # re-frame (10)
- # reagent (1)
- # reitit (7)
- # rewrite-clj (3)
- # shadow-cljs (63)
- # sql (19)
- # tools-build (74)
- # tools-deps (32)
- # transit (1)
- # xtdb (5)
We've cut a small new release of Kaocha, which fixes --watch
on latest OSX / ARM machines š.
⢠https://github.com/lambdaisland/kaocha/pull/268 Changed default watcher to "Beholder" (https://github.com/nextjournal/beholder) which supports OSX/m1 machines natively. Hawk is now deprecated and will be removed in a future release.
⢠For those who still want to use Hawk for some reason, added a configuration :kaocha.watch/type
which takes either :beholder
or :hawk
as values. Defaulting to :beholder
as the new fs watcher.
⦠If you are ^this, then please message me or in #kaocha on the use case which still requires hawk
⢠https://github.com/lambdaisland/kaocha/pull/269 Add --no-fail-fast
CLI option [thanks to @jshaffer2112]
https://github.com/lambdaisland/kaocha
Announce shadow-test-utils , which provides some goodies when writing tests in shadow-cljs: 1. A prettified browser test reporter 2. A way to only run (or exclude) tests like kaocha https://github.com/lucywang000/shadow-test-utils/
Looks nice! Curious - why does it need to be included before shadow-cljs? If I'm not mistaken, overriding namespaces works only if your override is later on the classpath than what you're overriding.
emm, I think the rule of classpath resolution is the first one is being used. I'll double check it anyway, thanks!
https://github.com/cognitect/transit-java 1.0.362 is now available (https://github.com/cognitect/transit-java/blob/master/CHANGES.md#10362--2022-02-04)
