cider

A channel dedicated to the Clojure Interactive Development Environment that Rocks (aka CIDER). :cider:
theeternalpulse 2021-06-29T02:52:47.209200Z

Hi, i'm working on a cljs project via shadow, and I am creating a client/server *.cljc file but having trouble evaluating my custom code within it. I can evaluate simple (+ 1 1) etc, but when I try to make a defn within the file and evaluate that, it doesn't seem to work. In the console some time I get a timeout while waiting for a result when evaluating a defn, but calling it I just get that the symbol isn't found.

Gleb Posobin 2021-06-29T12:13:06.210700Z

I am getting "Inspector error" when I try to eval any cljs code and inspect its result in cider. E.g. evaluating {:hello :world} gives Inspector error for: {:hello :world}. What could be the reason for this? No further error is given.