Fork me on GitHub
#shadow-cljs
<
2024-05-09
>
bbss07:05:41

Shadow seems to try to require clojure.tools.namespace.repl when compiling/loading cljs but I have trouble figuring out why, even if I comment out all clojure.tools load/unload metadata I put in some clj namespaces it seems to give this error.

thheller08:05:15

shadow-cljs does not use or require this ever. this is something that was sent from your REPL client

bbss08:05:52

okay, so I need to look at cider

thheller08:05:41

yes, it appears it was trying to send this to the CLJ REPL but somehow ended up in a CLJS one

bbss08:05:05

I also use some cljc files, I noticed there the repl always sends inline evals to both

thheller08:05:31

no clue what cider does, so cannot give any tips unfortunately

1
bbss08:05:29

Alright, I know where to look, thanks for checking! 🙏