This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-06-01
Channels
- # announcements (2)
- # babashka (10)
- # beginners (133)
- # calva (28)
- # cestmeetup (1)
- # chlorine-clover (31)
- # cider (21)
- # clj-kondo (29)
- # cljs-dev (252)
- # clojure (60)
- # clojure-europe (24)
- # clojure-nl (3)
- # clojure-spec (13)
- # clojure-uk (17)
- # clojurescript (47)
- # conjure (20)
- # datascript (2)
- # datomic (4)
- # figwheel-main (4)
- # fulcro (71)
- # helix (16)
- # jobs (1)
- # meander (56)
- # mount (1)
- # off-topic (15)
- # pathom (25)
- # re-frame (17)
- # reagent (5)
- # remote-jobs (1)
- # shadow-cljs (92)
- # sql (10)
- # tools-deps (71)
- # xtdb (14)
Hi, just wondering how can I get it to work: I would like to run tests for current buffer but it complains that it does not see any tests. That is actually correct, the tests are in other directory, on the same level as /src
I have found this setting
cider-test-infer-test-ns
but I am not sure how to use it. Can anyone point me in in the right direction?Do test work if you run them on the command line? If not, they won't work in CIDER
It was caused by the fact that I have failed to evaluate test buffer. It works now. Thank you.
@piotr.kurnik You’ve evaluated the test namespace, right?
No I haven’t and that was the root cause. It was easier than I expected… Thank you @U051BLM8F
I’m getting a lot of java.lang.IllegalArgumentException: Cannot write value of type class java.lang.Double
in bencode.clj. I understand this may be a part of my project and so others may not be able to actually help me but any pointers as to what I should be looking for when debugging this?
Right, so does that mean any value that I may be evaluating in my cider session cannot return doubles?
(meaning the server converts the double to a string and sends it back to CIDER as a string)
I’m not 100% sure TBH. I have a boot backed yada server and I’m trying to eval fns and run a test interactively… I haven’t yet started peeling away the layers of the project to see what causes the issue
I’m heading into a meeting now, will come back to this later. Thanks for the help regardless
hey guys, there's some way to connect cider on bb? (Babashka)
thanks!