cider

A channel dedicated to the Clojure Interactive Development Environment that Rocks (aka CIDER). :cider:
peey 2020-08-01T05:07:23.488900Z

When I'm using cider to debug, I can evaluate arbitrary expressions in the minibuffer by pressing e in the debugging context. Can I also use the repl to execute things in the debugging context?

bozhidar 2020-08-02T06:19:49.491600Z

Presently you can't.

peey 2020-08-03T18:44:34.004500Z

Thanks!

peey 2020-08-01T07:50:59.490800Z

Also cider-test-run-all-tests gives some weird results for programs containing state (e.g. atom), but lein test on the CLI gives the expected behavior. Are there some gotchas for cider related to module loading and reloading that I should be aware of?

dpsutton 2020-08-01T08:27:18.491100Z

do you have a minimal repo? nothing springs to mind