cider

bozhidar 2026-06-15T16:21:32.810769Z

@qythium I'm looking into this now. I think I'll just simplify the friendly session checks as the situation with them is a bit absurd right now. I'm getting closer and closer to dropping sesman completely and going with a simplified session manager for CIDER. 😂

🙌 1
bozhidar 2026-06-15T16:25:08.917249Z

See https://github.com/clojure-emacs/cider/pull/3935/changes

yuhan 2026-06-15T17:49:16.806489Z

whoa, didn't expect such a drastic change~ If i understand it correctly, sesman-link-* / unlink will continue to work the same after this? (yup, confirmed) I actually prefer to rely on those commands explicitly for out-of-project-dir buffers - it'll only be a semi-breaking change for those who relied on the implicit auto association from before?

yuhan 2026-06-15T17:56:57.936879Z

I've always found that behaviour a bit too 'magic' for my liking (also gets weird when you have 2 active REPLs sharing the same dependency) - seems like a welcome change in the direction of easy->simple cider