This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-11-04
Channels
- # announcements (7)
- # aws (5)
- # babashka (72)
- # beginners (43)
- # calva (12)
- # cider (9)
- # clara (3)
- # clj-kondo (12)
- # cljdoc (32)
- # cljs-dev (10)
- # cljsrn (1)
- # clojure (78)
- # clojure-dev (50)
- # clojure-europe (17)
- # clojure-gamedev (8)
- # clojure-nl (1)
- # clojure-spec (30)
- # clojure-uk (3)
- # clojurescript (52)
- # core-async (1)
- # cursive (5)
- # datomic (8)
- # emacs (58)
- # events (2)
- # fulcro (5)
- # graalvm (7)
- # holy-lambda (37)
- # honeysql (9)
- # jobs (5)
- # leiningen (3)
- # lsp (7)
- # lumo (2)
- # malli (3)
- # meander (13)
- # membrane-term (64)
- # missionary (19)
- # music (3)
- # nextjournal (8)
- # off-topic (29)
- # pathom (16)
- # polylith (14)
- # portal (16)
- # re-frame (2)
- # reagent (5)
- # sci (14)
- # shadow-cljs (20)
- # spacemacs (6)
- # sql (1)
- # tools-deps (58)
- # vim (14)
Following the instructions here https://docs.cider.mx/cider/1.1/cljs/shadow-cljs.html#starting-a-shadow-cljs-repl (like always) to start my shadow cljs app via cider-jack-in. Everything works as expected, except, when i val expressions in emacs it doesn't work. Nothing is returned, no error. How do i debug this?
I've only ever used Shadow-CLJS with web apps. But to make sure, have you had a web browser connect to your shadow-cljs server/opened up your web app?
@U45T93RA6 it does
Cider eval last expression
This is the defun in question https://github.com/clojure-emacs/cider/blob/94aff28016c63e4567ceaa3ed1bb7ee9d8eedbbb/cider-eval.el#L914 > . How do i debug this? I'd try to understand what it does internally, the defcustoms that affect it and learn recursively about its impl details