This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-07-29
Channels
- # babashka (64)
- # beginners (60)
- # calva (10)
- # circleci (3)
- # clj-kondo (62)
- # cljdoc (6)
- # clojars (2)
- # clojure (152)
- # clojure-europe (19)
- # clojure-nl (3)
- # clojure-uk (18)
- # clojurescript (50)
- # clojureverse-ops (12)
- # core-async (21)
- # cursive (6)
- # data-science (1)
- # datomic (17)
- # events (14)
- # fulcro (64)
- # graalvm (20)
- # graphql (5)
- # honeysql (14)
- # jackdaw (3)
- # jobs (1)
- # jobs-discuss (22)
- # kaocha (2)
- # lsp (9)
- # luminus (8)
- # malli (30)
- # meander (31)
- # other-languages (1)
- # polylith (8)
- # re-frame (15)
- # shadow-cljs (85)
- # specter (2)
- # sql (11)
- # tools-deps (56)
- # vim (39)
- # vscode (7)
- # xtdb (16)
39-alpha-8 has some bigger perf improvements, but also a bug; it's annoying that Walmart's VPN is restrictive such that I have to generate a release to test against our code (using deps.edn, I should just be able to access via a Git sha). Anyway, don't use alpha-8; I'll squash the bug and get alpha-9 out soon.
Sigh. Tests were broken, but were not being run by the io.github.cognitect-labs/test-runner
Had to configure the NS patterns it searches for, since some are named with -tests
not -test
.
😅 5
following https://github.com/cognitect-labs/test-runner/pull/36 you might not have to filter namespaces by a pattern at all