This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-07-02
Channels
- # beginners (130)
- # calva (3)
- # cider (13)
- # circleci (1)
- # cljsrn (19)
- # clojure (106)
- # clojure-europe (10)
- # clojure-losangeles (1)
- # clojure-nl (9)
- # clojure-uk (33)
- # clojurescript (16)
- # code-reviews (24)
- # conjure (11)
- # cursive (41)
- # data-science (9)
- # datomic (63)
- # fulcro (19)
- # graphql (12)
- # helix (4)
- # kaocha (2)
- # leiningen (3)
- # malli (8)
- # meander (1)
- # off-topic (17)
- # re-frame (16)
- # reitit (12)
- # sci (32)
- # shadow-cljs (73)
- # spacemacs (31)
- # sql (38)
- # tools-deps (26)
- # xtdb (28)
Hi all, I have a usage question - is it possible to use watch from the repl? I'd like a workflow where I'm writing tests and saving code, but when a failure occurs have all the code loaded so I can jump into the repl to investigate. If it's not possible, is the closest thing just keeping tools.ns up and refreshing the code in my repl when the kaocha runner shows errors? I found this, but it was left blank: https://github.com/lambdaisland/kaocha/issues/97