Fork me on GitHub
#cider
<
2018-09-26
>
dominicm04:09:57

You don't need to modify profiles.clj when using jack in

rmuslimov05:09:18

I know, i just tried to disable dependecy injection to catch problem

rmuslimov05:09:19

I gave up for today, and filed an issue on github https://github.com/clojure-emacs/cider/issues/2459

bozhidar05:09:38

> but there is not that version 0.18.1-snapshot of cider-nrepl. Ah, cider is magic but maintaining projects with clojure and cider can be become time-expensive thing (edited)

bozhidar05:09:44

Why do you expect one? 🙂

bozhidar05:09:08

As noted in the release notes - we no longer keep those versions in lockstep. Using 0.18.0 is perfectly fine.

bozhidar05:09:42

I guess that particular message is just out of date, though.

bozhidar05:09:40

As for your compilation error - I can’t imagine how this can be happening. Nothing has really changed there for quite a while. Does this happen in a minimal project as well?

bozhidar05:09:02

> I gave up for today, and filed an issue on github https://github.com/clojure-emacs/cider/issues/2459

bozhidar05:09:22

Ops, seems your problem is very different. You should have started with the info in the issue.

bozhidar06:09:05

Anyways, I’ve responded to your ticket which how to fix things and I’ve updated the misleading error message.

rmuslimov06:09:42

@bozhidar Thank you very much, you’re right. I had cider-server component in my system, I just removed it and things now working.

rmuslimov06:09:47

I will update ticket

bozhidar06:09:11

You’re welcome! 🙂

bozhidar06:09:45

Unfortunately it was very hard to reliably support the old and the new nREPL, so I had to go with some reasonable compromise. I’m looking forward to the moment when we’ll just be able eject the support for 0.2, but that’s probably not happening any time soon.