This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-10-02
Channels
- # announcements (13)
- # babashka (42)
- # beginners (29)
- # calva (39)
- # cider (15)
- # clerk (10)
- # clojure (67)
- # clojure-europe (18)
- # clojure-hungary (2)
- # clojure-nl (1)
- # clojure-norway (12)
- # clojure-uk (7)
- # clojuredesign-podcast (14)
- # clojurescript (19)
- # datalevin (1)
- # datascript (5)
- # emacs (4)
- # events (2)
- # fulcro (5)
- # graalvm (5)
- # hyperfiddle (23)
- # incanter (3)
- # jobs (2)
- # lsp (8)
- # missionary (15)
- # off-topic (45)
- # portal (41)
- # practicalli (1)
- # re-frame (3)
- # reitit (6)
- # releases (2)
- # remote-jobs (1)
- # sci (1)
- # shadow-cljs (35)
- # solo-full-stack (8)
- # tools-deps (4)
I am editing a cljs (shadow-cljs) project that has a clj and cljs repls. Both are configured with nrepl. I am seeing double dispatch in cljc files to both repls. Is this possible to turn off? https://docs.cider.mx/cider/0.24/usage/managing_connections.html if i am readit it correctly, says that it should only dispatch to the "most recently viewed REPL of the relevant type".
You're checking out the docs for 0.24 which is pretty old. Hopefully it wasn't google that directed you there? :)
Answering to your q, we now have cider-clojurec-eval-destination
as documented on
https://docs.cider.mx/cider/cljs/up_and_running.html#working-with-cljc-files
(Git master or melpa snapshot only)
oh crikey didn't notice the version of the docs.. i think i landed there from a slack search :face_palm:
@U45T93RA6 is there a way to target a clj or cljs repl specifically when using cider-nrepl-sync-request:eval
in emacs?
Hello, I've seen some folks have their require section automatically filled when using emacs
It could also be Clojure Lsp which has a feature to add requires when using functions from a different library/namespace