calva

pez 2025-09-24T12:41:21.240359Z

Dear Calva friends: https://github.com/BetterThanTomorrow/calva/releases/tag/v2.0.533 • Fix: https://github.com/BetterThanTomorrow/calva/pull/2937 ◦ Also removes support for runtime connection updates for shadow-cljs < 3.2.1 This has been more tricky to get right than I had anticipated. I made a wrong decision trying to be backwards compatible to versions of shadow-cljs that don’t support waiting for the relevant messages sent to the shadow nrepl server. So here we are removing those attempts. If you want Calva’s help to track the currently connected shadow runtime, you need to use shadow-cljs 3.2.1 or later. NB: That version of shadow was released yesterday, so you are probably not using it yet. 😃 Let’s hope this is the final version trying to get the implementation right, and that I can continue to spend time on more fun things. Also since last release announcement, @djblue has fixed an issue where Calva’s debug adapter would interfere with other debugging sessions. Usually not a problem, but I think this was Jank, so it becomes an issue then, and hopefully lots of people will be using Jank soon, and now Calva’s debugger will not meddle. Thanks Chris! calva ❤️

🎉 1
pez 2025-09-24T14:18:10.737579Z

Of course I managed to disable the feature entirely there. facepalm So it is v2.0.534 you should be using to take it for a spin…