dev-tooling

borkdude 2024-11-01T13:50:19.774119Z

This JVMTI thing that makes Thread/.stop work again in JVM 21+ , how exactly does that work? ๐Ÿงต

borkdude 2024-11-01T13:50:37.724299Z

I tried to find that code in cider-nrepl but is there any?

oyakushev 2024-11-01T13:53:43.432889Z

It's an nREPL thing.

borkdude 2024-11-01T13:56:20.613699Z

and: https://github.com/nrepl/nrepl/blob/master/libnrepl/src/nrepl_agent.c

๐Ÿ‘ 1