This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-09-09
Channels
- # aws (1)
- # babashka (61)
- # bangalore-clj (5)
- # beginners (83)
- # biff (2)
- # calva (4)
- # cider (6)
- # clara (5)
- # clj-kondo (72)
- # cljs-dev (31)
- # cljsrn (28)
- # clojure (8)
- # clojure-australia (1)
- # clojure-europe (19)
- # clojure-france (1)
- # clojure-losangeles (21)
- # clojure-nl (2)
- # clojure-spec (2)
- # clojure-uk (9)
- # clojurescript (13)
- # clojureverse-ops (5)
- # code-reviews (1)
- # conjure (7)
- # cursive (4)
- # datascript (2)
- # datomic (8)
- # depstar (1)
- # emacs (3)
- # etaoin (1)
- # events (3)
- # exercism (7)
- # fulcro (6)
- # girouette (2)
- # graalvm (125)
- # honeysql (17)
- # integrant (1)
- # jobs (12)
- # lsp (1)
- # numerical-computing (1)
- # off-topic (21)
- # portal (12)
- # practicalli (1)
- # re-frame (35)
- # reitit (5)
- # releases (1)
- # remote-jobs (1)
- # shadow-cljs (51)
- # tools-deps (14)
- # vim (3)
- # xtdb (20)
is it possible to run the hovered test with conjure? or a file of tests?
yes! https://github.com/Olical/conjure/blob/master/doc/conjure-client-clojure-nrepl.txt#L110-L121
excellent, thank you
the base docs didn’t say anything so ’m glad to see this
Yeah sorry about that, the top level of Conjure doesn't have a concept of testing as a first class principal since only some languages support that.
Just a heads up, my repl does not work with the latest develop
branch. I kept getting an EOF error when trying to evaluate anything. I've long since forgotten why I was on the develop branch but anyways, reverting to the master
branch works fine.
dev branch is in an experimental mode right now as @olical is playing around with things. Stick to master or a release tag