Fork me on GitHub
#cider
<
2019-01-24
>
birdspider19:01:05

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)

richiardiandrea00:01:27

nice colors, what theme do you use?

dpsutton19:01:06

i have similar results on java 8

birdspider19:01:23

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 clojure-pros@cider really work without javadoc - or is my setup wrong.

erwinrooijakkers09:01:24

For me it works…

erwinrooijakkers09:01:41

Out of the box Spacemacs on macos

erwinrooijakkers09:01:10

Did you solve the problem?

birdspider19:01:26

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.

dpsutton19:01:39

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

dpsutton19:01:47

its labeled as a bug

dpsutton19:01:56

it seems this is a problem without a fix right now

pbrown21:01:47

@birdspider It's supposed to be working. I've had this problem when java sources were missing from the classpath. Does ( "java/util/concurrent/PriorityBlockingQueue.java") 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.