Fork me on GitHub
#cider
<
2019-05-11
>
tianshu10:05:29

@gfredericks you can use define-clojure-indent.

manuel12:05:57

@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?

bozhidar14:05:15

Nope, I’ll fix it right away.

bozhidar14:05:36

I used number equality to compare strings… 😄

manuel19:05:00

Thank you!

practicalli-johnny17:05:52

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