This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-01-24
Channels
- # aatree (27)
- # admin-announcements (5)
- # all-the-channels (2)
- # aws (27)
- # beginners (38)
- # boot (48)
- # braid-chat (18)
- # cider (6)
- # cljs-dev (9)
- # cljsrn (8)
- # clojars (4)
- # clojure (73)
- # clojure-dev (2)
- # clojure-russia (2)
- # clojure-sg (1)
- # clojurescript (96)
- # code-reviews (3)
- # community-development (4)
- # conf-proposals (17)
- # core-matrix (2)
- # cursive (2)
- # datascript (4)
- # datomic (4)
- # dirac (1)
- # funcool (5)
- # hoplon (2)
- # mount (66)
- # off-topic (35)
- # om (211)
- # parinfer (2)
- # pedestal (2)
- # proton (1)
- # reagent (2)
e.g. if I try to look up the docs for javafx.stage.Stage
, I can see it traces down to a call to (browse-url "javafx/stage/Stage.html")
that's a relative URL, which can't really work, and indeed that call to browse-url
just does nothing. I would imagine it would have to have some kind of provision for javadoc search paths, but there doesn't seem to be anything like that (yet)
am I missing something? is cider-javadoc
perhaps only intended for javadoc local to the current project?
Seems in the case of java.lang.*
this does actually browse to a fully qualified URL, so it works in that case, but not for e.g. for JavaFX
On cider-jack-in
, CIDER says WARNING: CIDER requires nREPL 0.2.12 (or newer) to work properly
. My ~/.boot/profile.boot
has the [org.clojure/tools.nrepl "0.2.12"]
set as default dependency. Trying to apply https://github.com/boot-clj/boot/wiki/Cider-REPL, and to figure out what all the numbers should be, but I can't get it right. Anyone who has a working current boot setup with CIDER? Current profile.boot
: https://www.refheap.com/114024