cursive

onetom 2025-04-16T07:27:03.742829Z

If I start a remote REPL against an unreachable IP address (because an aws autoscaling group rotated the instances, but we don't auto-update dns entries automatically yet) and try to load a namespace while it's connecting to it, the loading background process gets stuck, resulting in an unending progress bar animation on the status line. I can't cancel the background job, because it still stay stuck in the Stopping phase. I think this happens under other circumstances too for the past few months. It's not a show stopper, but annoying, distracting and a bit of extra battery drain on laptops too. Maybe a good starting point would be to upgrade the nREPL client first before trying to debug this, just in case it's related to the newer JDK's issues with stopping threads. Has anyone else seen such behaviour?

cfleming 2025-04-16T11:52:18.771889Z

Cursive 2025.1 is out! The most exciting bit is inline HTML/SVG display, which is super cool. Also support for the new IntelliJ version, many bug fixes and QoL features. https://cursive-ide.com/blog/cursive-2025.1.html

3
5
imre 2025-04-16T14:55:59.800759Z

any difference from the last eap?

cfleming 2025-04-16T21:19:54.219169Z

Nope, same thing.

👍 1