Fork me on GitHub
#cider
<
2015-11-22
>
bozhidar06:11:38

btw, in the interest of good user experience we should probably add some checks in the commands that don’t work on cljs and just notify people they are not supported

bhauman19:11:17

@malabarba: btw thanks for your advice simple_smile

benedek20:11:00

@nonrecursive: @jcsims easiest workaround seems to be to use latest 2.0.0-SNAPSHOT of refactor-nrepl as it does not depend on instaparse anymore. see https://github.com/clojure-emacs/refactor-nrepl/issues/98 for details. you are btw right as deps are inlined with mranderson you can’t really override them

benedek21:11:18

no worries

michal21:11:26

hey guys, have you noticed RuntimeException going from inside of nrepl middleware?

clojure.lang.ExceptionInfo: java.lang.RuntimeException: No such var: trace/traceable?, compiling:(cider/nrepl/middleware/trace.clj:13:11)

michal21:11:40

or is it something only on my side? simple_smile

michal21:11:58

it’s being thrown each time I try to run repl. since today at least (using cider/cider-nrepl "0.10.0-SNAPSHOT”)

bozhidar21:11:23

seems like you have some old version of c.t.n in your classpath

bozhidar21:11:38

I’m not sure, however, why this is affecting cider’s middleware

bozhidar21:11:58

as its dependencies are inlined (at least in newer versions)

michal22:11:53

hm.. I tried to clean up my local .m2 repo, but it didn’t help. is there any way to deduce where the older version comes from? should I look in dependency tree?

Drew Verlee22:11:29

can anyone recommend a screencast or any video where someone demonstrates cider in action?