cider

A channel dedicated to the Clojure Interactive Development Environment that Rocks (aka CIDER). :cider:
bozhidar 2021-05-26T06:25:27.037900Z

Btw, I forgot to mention this - but a couple of days ago I released CIDER 1.1.1. It features only a few small bug-fixes, but it's a version number that's truly special. 😄

3👍
quoll 2021-05-26T15:22:42.041200Z

I upgraded to this while trying to sort my problems yesterday. I had no idea that I had serendipitously picked up a brand new release, and an auspicious one at that!

quoll 2021-05-26T15:22:42.041200Z

I upgraded to this while trying to sort my problems yesterday. I had no idea that I had serendipitously picked up a brand new release, and an auspicious one at that!

jcd 2021-05-26T19:15:23.041800Z

Is there a command to remove all breakpoints in a buffer?

dpsutton 2021-05-26T19:16:32.042Z

just reevaluate the buffer

dpsutton 2021-05-26T19:16:54.042500Z

instrumenting just reevaluates the code with extra code around each form to step through. if you just evaluate the form these are gone

3