This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-11-26
Channels
- # announcements (3)
- # babashka (28)
- # beginners (21)
- # cider (29)
- # clojars (10)
- # clojure (14)
- # clojure-australia (3)
- # clojure-europe (48)
- # clojure-nl (3)
- # clojure-sanfrancisco (4)
- # clojure-uk (54)
- # clojurescript (34)
- # cryogen (12)
- # cursive (7)
- # datomic (14)
- # devcards (1)
- # fulcro (23)
- # helix (2)
- # java (5)
- # jobs (1)
- # kaocha (15)
- # malli (13)
- # minimallist (1)
- # off-topic (8)
- # pathom (7)
- # pedestal (1)
- # rdf (10)
- # reagent (18)
- # shadow-cljs (58)
- # spacemacs (3)
- # tools-deps (1)
- # vim (6)
- # xtdb (37)
While the test.check
issue isn't fully addressed yet, we do have other improvements, including an established order of configuration for kaocha.plugin.alpha.spec-test-check
and validation of configuration options. The validation does mean that some existing configurations may fail, although most should be able to be fixed so they work. Please let us know if you have an issue updating yours. See the CHANGELOG for more details:
https://github.com/lambdaisland/kaocha/blob/main/CHANGELOG.md#10726-2020-11-24--faa6ef6
I put out lambdaisland/kaocha "1.0.732"
based on @actuallyalys_slack’s fix. Please let us know if you run into any more issues!
Also welcome to the team Alys! https://gaiwan.co/about/
Only a couple of months after, I’m creating the plugin I said I’d do. 🙂 Don’t know if you remember, @plexus, but you helped me out with a git hook for Kaocha. I’m piecing it together as a plugin now.
One thing I’m wondering; when I was developing the :post-summary
hook, I couldn’t check it in the repl using run
. I still can’t. Should I raise this as an issue at the repo, or is it a non-starter?
It sure would be nice for iteratively developing post-summary plugins 🙂
Are you on the latest version? looking at the changelog kaocha.repl should call post-summary starting from 1.0.658
Need to check again, but I used the latest version mentioned in the repo when I worked on it yesterday.
But I can’t remember if there’s a good reason that the post-summary isn’t hit when you call run
.
The documentation is helping me along nicely; I’ve already got it up and running!
Btw, in a very roundabout way, I found what I assume to be a spelling error in one of the specs: https://github.com/lambdaisland/kaocha/blob/613925892420a99bfe35a492a84ea34b2be98efb/src/kaocha/specs.clj#L90
( :kaacha
)
Made a PR for that 🙂