This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-12-01
Channels
- # adventofcode (66)
- # announcements (12)
- # aws (8)
- # babashka (28)
- # beginners (160)
- # cider (28)
- # clara (22)
- # clj-kondo (5)
- # cljdoc (40)
- # clojure (129)
- # clojure-australia (2)
- # clojure-europe (24)
- # clojure-gamedev (19)
- # clojure-nl (5)
- # clojure-norway (15)
- # clojure-sanfrancisco (25)
- # clojure-seattle (2)
- # clojure-spec (13)
- # clojure-uk (29)
- # clojurescript (14)
- # cryogen (5)
- # cursive (7)
- # data-science (1)
- # datascript (5)
- # datomic (8)
- # deps-new (5)
- # emacs (19)
- # events (8)
- # fulcro (32)
- # graalvm (7)
- # helix (9)
- # kaocha (3)
- # lambdaisland (1)
- # london-clojurians (4)
- # malli (5)
- # meander (32)
- # off-topic (143)
- # pathom (4)
- # portal (32)
- # re-frame (7)
- # reagent (33)
- # reitit (2)
- # shadow-cljs (5)
- # spacemacs (4)
- # tools-deps (30)
- # vim (1)
@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?
@tim.j.robinson one already exists.
Ah - thanks again - I didn't realise Java had LTS but I see it now.
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.
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.
Sorry I should have linked that issue to you. Instead of vaguely describe it. My bad
I think there’s a cider-switch-to-repl-buffer. Just hit m-x and hopefully you can search through the autocomplete
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
have you tried https://github.com/justbur/emacs-which-key or completion frameworks like https://github.com/abo-abo/swiper? They both have helped raise the discoverability of keyboard shortcuts for me.
I wrote a book on using Cider and I am still learning new things 😆
Btw, CIDER already has a cheatsheet - https://github.com/clojure-emacs/cider/tree/master/refcard