This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-09-16
Channels
- # announcements (19)
- # babashka (13)
- # beginners (7)
- # calva (8)
- # cider (25)
- # clj-kondo (12)
- # cljsrn (7)
- # clojure (60)
- # clojure-australia (5)
- # clojure-europe (59)
- # clojure-france (14)
- # clojure-gamedev (2)
- # clojure-nl (1)
- # clojure-uk (7)
- # clojurescript (43)
- # community-development (8)
- # core-async (2)
- # cursive (15)
- # datomic (75)
- # deps-new (31)
- # depstar (1)
- # fulcro (6)
- # graalvm (53)
- # holy-lambda (1)
- # juxt (3)
- # jvm (13)
- # kaocha (8)
- # lsp (109)
- # malli (14)
- # off-topic (62)
- # pathom (11)
- # pedestal (12)
- # polylith (12)
- # releases (5)
- # sci (5)
- # shadow-cljs (15)
- # sql (16)
- # tools-deps (27)
- # vim (1)
- # xtdb (14)
actually this issue was because I tried wierd things with the context class loader. now I have this error instead, the moment I try to connect with cider: will try with iTerm
ERROR: Unhandled REPL handler exception processing message {:op init-debugger, :nrepl.middleware.print/stream? 1, :nrepl.middleware.print/print cider.nrepl.pprint/pprint, :nrepl.middleware.print/quota 1048576, :nrepl.middleware.print/buffer-size 4096, :nrepl.middleware.print/options {:right-margin 70}, :session 91c8935c-7ea3-48b7-836f-00c929e739d7, :id 6}
Syntax error compiling at (cider/nrepl/inlined_deps/orchard/v0v7v1/or
Anyway the stacktrace says orchard
and you mention classloaders so I'd recommend disabling dynapath https://github.com/clojure-emacs/orchard/#configuration-options
ok now orchard.use-dynapath is false but I have the same error. can it be that it runs java runtime but it needs to run jdk or sth? Because Caused by: java.lang.ClassNotFoundException: jdk.javadoc.doclet.Doclet
Or I need to add jdk to the classpath somehow?
are you sure orchard.use-dynapath is set to false before cider-nrepl (and therefore orchard) have been required for the first time? i.e. make sure it's set up at JVM startup time, not at runtime
building cider-nrepl is taking really long for me, a make clean install
takes about half an hour on a relatively beefy machine... Mainly mranderson seems to be taking a lot of time. Pretty sure I've recently done builds that went much faster. Does this ring a bell for anyone?
munge source files of compliment artifact on branch [] exposed false.
munge source files of toolscli artifact on branch [] exposed false.
munge source files of toolstrace artifact on branch [] exposed false.
munge source files of arrangement artifact on branch [] exposed false.
munge source files of diffutils artifact on branch [] exposed false.
munge source files of javaclasspath artifact on branch [] exposed false.
munge source files of corerrb-vector artifact on branch [] exposed false.
munge source files of fipp artifact on branch [] exposed false.
munge source files of puget artifact on branch [] exposed false.
munge source files of suitable artifact on branch [] exposed false.
munge source files of toolsreader artifact on branch [] exposed false.
munge source files of rewrite-clj artifact on branch [] exposed false.
this is the part that slows down... will try some thingsjstack 2451182 | grep clojure-agent-send-off-pool | wc -l
218
that's a lot of threads... seems at any one time there are between 20 and 100 RUNNABLE