Fork me on GitHub
#cider
<
2018-10-12
>
bozhidar08:10:23

@magnars Haven’t tried JDK 11 yet.

borkdude15:10:37

what’s up with all the [WARNING] No nREPL middleware descriptor in metadata of #’cider.nrepl/wrap-test, see nrepl.middleware/set-descriptor! in boot 2.8.2 + cider?

pauld18:10:14

I'm getting this error when trying to

cider-jack-in

pauld18:10:25

cider--check-existing-session: Symbol’s function definition is void: sesman-linked-sessions

pauld18:10:52

It was working a few days ago, but I just updated cider.

pauld18:10:54

Using spacemacs with say-id and clj-refactor are disabled.

pauld18:10:44

I get same error using basic project created by

lein new app test

pauld18:10:24

same issue with

cider-connect

pauld18:10:28

I noticed that my emacs also updated sesman, so the problem may stem from that.

pauld19:10:27

Yeah, that likely triggered the breakage as the commit from 3 hours ago shows that

sesman-linked-sessions
has been removed in favor of
sesman--linked-sessions

pauld19:10:56

I submitted the issue to sesman github.

pauld19:10:05

adding the extra

-
in cider.el fixes the issue.

👍 4
valtteri08:10:57

I was coming here to complain about the same issue. Luckily you’d already figured out a workaround. wizard