Colin Fleming

Results 173 comments of Colin Fleming

Fix released in 1.13.1 on 2023-12-07.

Yes, I'm planning to fix this case. I need to add some indexing on multimethods (which is what `is` is using under the hood).

Looking at the thread dump, it looks like you're trying to interrupt the evaluation. I believe that Thread.stop() has finally been removed from recent JVMs.

Yes, there's been a decent amount of discussion of this in the Cursive slack. Unfortunately the IntelliJ widget doesn't allow this and isn't extendable, but I think I'm just going...

Fix released in 1.13.2-eap5 on 2024-03-07.

I added datahike to the stubs list, but code using the API then has lots of arity errors due to errors in the function metadata, see: replikativ/datahike#666. I'm going to...

When this happens, you should get some automatic thread dumps, as described [here](https://intellij-support.jetbrains.com/hc/en-us/articles/206544899-Getting-a-thread-dump-when-IDE-hangs-and-doesn-t-respond). Could you send some of them over to me at [email protected]?

Hmm, that's strange, I'll try to reproduce this in a Windows VM and see if I can see it there.

No, I don't think there's any way to do that, sorry. The issue is that Lein recently updated the version of the Maven Resolver they bundle, and that now provokes...