This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-03-02
Channels
- # beginners (7)
- # calva (10)
- # cider (9)
- # cljdoc (2)
- # cljsrn (10)
- # clojure (35)
- # clojure-europe (1)
- # clojure-greece (1)
- # clojure-spec (31)
- # clojure-uk (6)
- # clojurescript (3)
- # community-development (2)
- # cursive (37)
- # duct (5)
- # emacs (7)
- # fulcro (40)
- # hoplon (7)
- # off-topic (8)
- # parinfer (1)
- # quil (6)
- # re-frame (7)
- # reagent (7)
- # shadow-cljs (45)
- # sql (17)
- # tools-deps (12)
- # yada (3)
hmm it seems it’s not just orchestra it doesn’t seem to be working with clojure.spec.test.apha/instrument
either
It works when I call functions manually, but it doesn’t work when a function is used in a subscription
@ag I'd guess you can just define the "handlers" separately and instrument them independently of registration?
Ie. don't register an fn
handler using reg-sub
, instead use reg-sub
to register a handler function you previously defn
ed and fdef
ed