cider

A channel dedicated to the Clojure Interactive Development Environment that Rocks (aka CIDER). :cider:
bozhidar 2020-12-01T09:07:10.192300Z

Emacs is magic! :wizard:

12
2020-12-01T09:17:38.192800Z

I do agree! Whatโ€™s todays revelation?

Tim Robinson 2020-12-01T09:40:01.195300Z

@dpsutton I have downgraded to JDK 13 and cider seems to be working for me now. I'm pretty sure this is the same problem reported by @grounded_sage on 12 October in this channel. Do we need to raise a bug report for this?

dominicm 2020-12-01T11:48:23.195700Z

@tim.j.robinson one already exists.

dominicm 2020-12-01T11:48:50.196100Z

Generally it's a good idea to stick to the lts releases of java

2020-12-01T11:59:23.196500Z

emacs is power! ๐Ÿ™‚

Tim Robinson 2020-12-01T13:21:53.197900Z

Ah - thanks again - I didn't realise Java had LTS but I see it now.

bozhidar 2020-12-01T14:24:55.199700Z

I've been using mostly JDK 14 lately and I haven't noticed the issue that was mentioned here. That being said, often JDK upgrades break something as cider-nrepl relied on some internal APIs to provide optimal functionality, mostly for discovering Java metadata and parsing JavaDoc.

bozhidar 2020-12-01T14:25:19.199800Z

Emacs is forever!

Tim Robinson 2020-12-01T14:28:59.201500Z

From the messages on other forums I got the impression the problem was new in 15 but since @dpsutton suggested 13 I thought that would probably be safer.

dpsutton 2020-12-01T14:30:11.202400Z

Sorry I should have linked that issue to you. Instead of vaguely describe it. My bad

st3fan 2020-12-01T23:44:20.202800Z

Is there a shortcut to really quickly switch to the repl buffer?

dpsutton 2020-12-01T23:48:16.203900Z

I think thereโ€™s a cider-switch-to-repl-buffer. Just hit m-x and hopefully you can search through the autocomplete

st3fan 2020-12-01T23:48:43.204200Z

ah i will alias that to a good key combo ๐Ÿ™‚

st3fan 2020-12-01T23:48:59.204400Z

โ€œIt is bound to C-c C-zโ€

st3fan 2020-12-01T23:49:17.204800Z

I knew this! There are just so many shortcuts ๐Ÿ˜•

dpsutton 2020-12-01T23:49:38.205500Z

Learn three things and use the short cuts for a week. Then keep repeating

st3fan 2020-12-01T23:49:57.206300Z

two decades of emacs, just not a lot of cider ๐Ÿ™‚

dpsutton 2020-12-01T23:51:10.208100Z

Ha sorry. Thereโ€™s insane differences in experience through here. Sometimes someone completely new to programming and CIDER and sometimes people who contribute to emacs itself :) no offense intended

st3fan 2020-12-01T23:52:10.208300Z

no worries

st3fan 2020-12-01T23:52:31.208800Z

maybe i can work on a nice cheat sheet during the xmas holiday

practicalli-john 2020-12-02T09:24:30.209600Z

I wrote a book on using Cider and I am still learning new things ๐Ÿ˜†

bozhidar 2020-12-02T10:53:40.209800Z

I'm a huge fan of which-key myself.

bozhidar 2020-12-02T10:54:25.210Z

(and I recommend it in CIDER's docs)

bozhidar 2020-12-02T10:55:10.210200Z

Btw, CIDER already has a cheatsheet - https://github.com/clojure-emacs/cider/tree/master/refcard

1๐Ÿ‘
bozhidar 2020-12-02T10:55:18.210400Z

I guess it's well hidden. ๐Ÿ˜„