This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-08-17
Channels
- # announcements (8)
- # atom-editor (8)
- # aws (1)
- # babashka (96)
- # beginners (128)
- # calva (7)
- # cider (12)
- # cljsrn (1)
- # clojure (75)
- # clojure-europe (28)
- # clojure-hamburg (2)
- # clojure-italy (7)
- # clojure-nl (7)
- # clojure-norway (3)
- # clojure-uk (13)
- # clojurescript (26)
- # conjure (2)
- # cursive (18)
- # data-science (7)
- # datalog (21)
- # datomic (9)
- # duct (15)
- # expound (29)
- # figwheel-main (14)
- # fulcro (59)
- # helix (4)
- # jobs (2)
- # kaocha (19)
- # leiningen (15)
- # luminus (4)
- # malli (57)
- # meander (2)
- # off-topic (2)
- # pathom (12)
- # pedestal (8)
- # re-frame (53)
- # reitit (9)
- # remote-jobs (1)
- # shadow-cljs (64)
- # spacemacs (1)
- # specter (2)
- # tools-deps (12)
- # tree-sitter (2)
- # vim (11)
- # xtdb (17)
@reefersleep 1.0.658 is out! first release in over a month, it includes several hooks improvements. This should help to get your hook to run.
Should my tests.edn
be like this? I still can’t get :post-summary
output.
#kaocha/v1
{:tests [{:id :unit
:test-paths ["test"]
:ns-patterns [".*"]}]
:plugins [:kaocha.plugin/hooks]
:kaocha.hooks/post-summary [util.hooks/blame-report]}
I tried just :post-summary
without the ns, that didn’t work either
Are you kidding, you’ve been a tremendous help 🙏☺️
So, :kaocha.hooks/post-summary
works when running lein test
now, but not in the REPL.
That’s great!
I’m in doubt about whether you wanted to enable it in the REPL, though?
When calling run
, that is.
In any case, the blame functionality is working as expected. Thanks a bunch, @U07FP7QJ0!
Sure 🙂 I could make a repo that does only this, with code annotations and a README that explains how to work with it. Maybe others would find that handy.
In that case, did you make is so that :post-summary
is available from the REPL? That would remove what would otherwise be a small blemish in the ease of understanding how to work with it.
I thought so. If you're gonna put it in a separate repo then it makes sense to make it a plug-in. I can help with that.
Thanks! I’ll try it right away 😄