This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-05-11
Channels
- # announcements (1)
- # aws (4)
- # beginners (16)
- # cider (9)
- # cljs-dev (3)
- # cljsrn (2)
- # clojure (46)
- # clojure-brasil (1)
- # clojure-spec (3)
- # clojure-uk (4)
- # clojurescript (46)
- # cursive (26)
- # duct (1)
- # emacs (31)
- # figwheel (1)
- # fulcro (9)
- # graalvm (21)
- # kaocha (1)
- # nyc (1)
- # off-topic (4)
- # pathom (6)
- # planck (45)
- # re-frame (2)
- # reagent (11)
- # ring (5)
- # rum (9)
- # spacemacs (2)
- # sql (60)
- # tools-deps (3)
@gfredericks you can use define-clojure-indent
.
@bozhidar I am getting this on C-c C-x j j
with latest (as in "just updated from MELPA") CIDER:
Debugger entered--Lisp error: (wrong-type-argument number-or-marker-p "0.22.0-beta1")
cider--check-middleware-compatibility()
#f(compiled-function () #<bytecode 0x15616370d51d>)()
#f(compiled-function (buffer) #<bytecode 0x156163607569>)(#<buffer *cider-repl boodle clj*>)
#f(compiled-function (response) #<bytecode 0x1561636075e5>)((dict "id" "4" "session" "83a22597-ee65-46f8-8a62-85f985c43240" "status" ("done")))
#f(compiled-function (response) #<bytecode 0x156163607651>)((dict "id" "4" "session" "83a22597-ee65-46f8-8a62-85f985c43240" "status" ("done")))
nrepl--dispatch-response((dict "id" "4" "session" "83a22597-ee65-46f8-8a62-85f985c43240" "status" ("done")))
nrepl-client-filter(#<process nrepl-connection> "d2:id1:42:ns4:user7:session36:83a22597-ee65-46f8-8...")
Do you want me to open a ticket?FYI - https://metaredux.com/posts/2019/05/11/hard-cider-keeping-your-repl-tidy.html
👍 32
❤️ 12
Great. I replied to you here: https://www.reddit.com/r/Clojure/comments/bndnz5/hard_cider_keeping_your_repl_tidy/en6x282/
Really useful tips for CIDER, thank you. I haven’t noticed slowdown myself, but then I usually do a pretty print of the results I know may be big using C-c C-p