This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-11-04
Channels
- # announcements (13)
- # beginners (51)
- # boot (3)
- # calva (10)
- # cider (20)
- # clj-kondo (55)
- # cljs-dev (60)
- # clojure (99)
- # clojure-europe (6)
- # clojure-gamedev (9)
- # clojure-italy (19)
- # clojure-nl (7)
- # clojure-spec (20)
- # clojure-uk (42)
- # clojurescript (96)
- # clojurex (37)
- # clojutre (1)
- # cursive (37)
- # data-science (2)
- # datomic (15)
- # defnpodcast (9)
- # duct (7)
- # emacs (6)
- # events (9)
- # fulcro (124)
- # jackdaw (4)
- # jobs (4)
- # leiningen (9)
- # malli (7)
- # mount (3)
- # off-topic (109)
- # other-languages (8)
- # re-frame (39)
- # reagent (4)
- # reitit (6)
- # remote-jobs (2)
- # rewrite-clj (36)
- # ring (4)
- # shadow-cljs (16)
- # spacemacs (16)
- # tools-deps (91)
- # vim (8)
- # yada (2)
The survey made it to 300 responses over the weekend, let’s see if we can make it to 1300 (the number of the people in this channel) by the end of next weekend. 🙂 You can take it here https://forms.gle/Cp6DW2zGUQkh42u38
Might be 1299 there, because I am a very special CIDER user who do not want to skew your survey results. 😃
*cider-scratch*
doesn't seem to be aware of the last-used repl buffer (unlike cljc files, which helpfully switch their evaluation focus depending on which repl (clj or cljs) you last had up). Since cider-toggle-buffer-connection
was made obsolete, there seems to be no way to get *cider-scratch*
to eval in cljs - it's just stuck on my clj repl. Is there something I'm missing, or is this a bug/feature that needs (re-)adding? Thanks!
Using it programmatically ending up
java.lang.NullPointerException
at clojure.core$deref_future.invokeStatic(core.clj:2300)
at clojure.core$deref.invokeStatic(core.clj:2320)
at clojure.core$deref.invoke(core.clj:2306)
at cider.nrepl$wrap_stacktrace$fn__7449.invoke(nrepl.clj:391)
at nrepl.middleware$wrap_conj_descriptor$fn__5254.invoke(middleware.clj:16)
Guess it is the (@(get @delayed-handlers '~sym) ~handler ~msg)))
from run-deferred-handler
causing it.
Appears to depend on the order things are loaded. Have two ways of lauching it. Both via lein
, one works the other one ends up with the NPE.Is anyone still having trouble with this bug on cider latest? https://github.com/clojure-emacs/cider/issues/2621
I haven’t seen any reports of this recently and I guess it’s fixed for @qythium as well.
@otfrom maybe your cider-nrepl dependency is an older version, I think the latest 0.22.4 contains the fix