Fork me on GitHub
#cider
<
2021-11-04
>
bozhidar09:11:28

@plexus Great article! Looking forward to the next installment.

Drew Verlee20:11:27

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?

justinbarclay20:11:09

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?

vemv22:11:07

Does the cljs repl buffer work?

vemv04:11:07

what's the exact name of the feature that is failing again?

Drew Verlee13:11:37

Cider eval last expression

vemv16:11:51

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

vemv16:11:32

maybe it's related to sesman, IDK, simply mentioning a usual suspect