Fork me on GitHub
#dev-tooling
<
2023-07-03
>
bozhidar06:07:21

FYI - seems Java 20 finally killed Thread.stop which broke the interrupt functionality in nREPL https://github.com/nrepl/nrepl/issues/296

😭 6
😿 4
bozhidar06:07:48

I get that Thread.stop had its problems, but it was perfect for our usecase...

borkdude06:07:59

Same reason I couldn't support it in babashka, GraalVM never supported it :(

👍 2
ericdallo11:07:11

cider's interrupt always worked like a charm for me indeed

bozhidar11:07:30

I still don't get why Thread.stop had to go away without a real alternative - now I appreciate Clojure's approach to stability even more...

☝️ 2