This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-01-24
Channels
- # announcements (4)
- # beginners (37)
- # boot (13)
- # boot-dev (3)
- # calva (122)
- # cider (16)
- # clara (13)
- # cljs-dev (3)
- # cljsrn (8)
- # clojure (311)
- # clojure-denver (1)
- # clojure-dev (14)
- # clojure-europe (7)
- # clojure-italy (36)
- # clojure-nl (3)
- # clojure-spec (11)
- # clojure-uk (77)
- # clojurescript (91)
- # core-async (10)
- # cursive (9)
- # data-science (5)
- # datomic (46)
- # devcards (2)
- # emacs (6)
- # figwheel-main (15)
- # fulcro (51)
- # jobs (3)
- # kaocha (10)
- # nrepl (6)
- # off-topic (53)
- # om (1)
- # onyx (2)
- # pathom (5)
- # reagent (50)
- # reitit (26)
- # shadow-cljs (153)
- # spacemacs (17)
- # specter (5)
- # speculative (1)
- # test-check (19)
- # tools-deps (15)
- # yada (3)
Hi, is cider-doc
on jvm-11 supposed to give more information ? because I only get the signature : (i.e. doc on java.util.concurrent.PriorityBlockingQueue https://imgur.com/a/TaQXfpS ; I have jvm, jvm-src and jvm-doc installed locally)
nice colors, what theme do you use?
I'm not sure if this is the status-quo or something which has to be extra setup. The question that I keep asking myself - do [email protected] really work without javadoc - or is my setup wrong.
For me it works…
Out of the box Spacemacs on macos
Java 1.8.0
Did you solve the problem?
I found a debate at https://github.com/clojure-emacs/cider/issues/2269 but I do not understand if its not-working/not-supported/java-version-limited or supposed-to-be-working.
I can't help you there. might be a good reddit or clojureverse question. My work is largely clojure and cljs stuff so I don't go into java.util all that often
ok thx
@birdspider It's supposed to be working. I've had this problem when java sources were missing from the classpath. Does (
locate anything? It returns a url to jar:file:/usr/lib/jvm/java-8-openjdk-amd64/src.zip!/java/util/concurrent/PriorityBlockingQueue.java
on my system. My version of cider adds sources to the classpath via https://github.com/clojure-emacs/cider-nrepl/blob/v0.16.0/src/cider/nrepl/middleware/util/java.clj, but this seems to have moved to orchard since then.