cursive

danielcompton 2025-10-16T03:45:00.536229Z

Should I be able to get an EAP build at the moment? I’ve checked it in settings, but am still seeing 2025.2-252 as the latest version

grav 2025-10-30T10:28:43.041229Z

I don't get any EAP updates either:

grav 2025-10-30T10:38:46.399439Z

Manual install from disk works fine. IntelliJ IDEA 2025.2.4 (Ultimate Edition) Build #IU-252.27397.103, built on October 23, 2025

danielcompton 2025-10-16T03:45:16.834429Z

I wanted a version of Cursive that wasn’t so dramatic with the clj-kondo warnings

danielcompton 2025-10-16T03:51:52.271019Z

I upgraded to 2025.3 to see if that fixed it but it still isn’t picking up the update

cfleming 2025-10-16T04:10:41.893709Z

Yes, you should be able to, I'm not sure why you wouldn't be offered the version that's there. You can manually download it from https://plugins.jetbrains.com/plugin/8090-cursive/versions/eap and install from disk as a workaround.

danielcompton 2025-10-16T04:11:28.470539Z

Nice! Will it autoupdate away from that when a new version comes out?

cfleming 2025-10-16T04:24:40.900659Z

In theory yes, although in theory it should have updated you to the EAP version too - fingers crossed!

danielcompton 2025-10-16T04:26:04.102849Z

Hmm, now clj-kondo isn’t checking anything. It’s enabled for this repo and was working before

cfleming 2025-10-16T05:47:07.532269Z

Umm... I'm not sure. I'll check tomorrow morning to see if there's useful logging to enable.

cfleming 2025-10-17T01:54:33.641039Z

Hey sorry, I forgot to get back to you. You can enable some debug logging so we can hopefully see what's going on. Help | Diagnostic Tools | Debug Log Settings and enter cursive.kondo.KondoAnnotator there. Then modify a Clojure file so it re-annotates, and hopefully you'll get something useful in your log file.

👍 1
souenzzo 2025-10-16T09:56:38.136479Z

bug report: some special symbols like new and finally do not report as "can't be resolved" But on eval, it throws

Syntax error compiling at (dev.clj:11:1).
Unable to resolve symbol: new in this context

👍 1
souenzzo 2025-10-22T10:17:18.445969Z

note: both com clj and cljs 🙂 WARNING: Use of undeclared Var cljs.user/new at line 1 <cljs repl>