Fork me on GitHub
#cider
<
2016-10-17
>
bozhidar04:10:41

@hans this is part of Emacs's subr-x.el package

bozhidar04:10:51

it has nothing to do with cl.el

hans04:10:24

@bozhidar What's a good fix then?

bozhidar16:10:51

@hans the funny thing is that we have been using when-let for a long time

bozhidar16:10:22

so I really can’t see how CIDER 0.14 exposed this problem for you

bozhidar16:10:48

I’m guessing you can check whether the definition in subr-x.el and the one in CIDER are the same

bozhidar16:10:56

but I’m using 25.1 and it works for me just fine

hans16:10:13

Thanks, I will check. It is probably some other library that defines the macro in an incompatible way.

josh.freckleton17:10:42

is there a way to use figwheel + cider in emacs, and have requests to the attached server print to the REPL in emacs? (IE the CLJS repl prints logs from cljs files, but not clj files to the CLJ REPL...)