cursive

Issues at: https://git.io/cursive-issues
2021-04-23T09:00:56.244900Z

Am I the only one having strange Cursive behavior since the last 16/04 update..? I have files that don’t recognize any var and Clojure core functions randomly, protocol implementations not recognized either. I have to remove the :require part from the namespace and then re-adding them progressively to make it work again. I’ve also tried removing the .idea folder and reimporting the project without success...

katox 2021-04-27T14:38:03.267800Z

It seems to be related to the "idempotent computation" dialog. It could be that only one of resulting values is saved and that could lead to corrupted indexes. It used to be quite rare but with recent IDEA versions and Cursive I need to "restart and invalidate" on daily basis. If you re-run indexing you're more likely to avoid this race condition (speculating).

cfleming 2021-04-23T09:39:34.245Z

That sometimes happens after updates, generally File -> Invalidate indexes and restart… will fix that.

2021-04-23T09:43:33.245200Z

thank you good to know, I’ve reinstalled cursive and it works now but I’ll try that next time 👍

cfleming 2021-04-23T09:44:14.245400Z

More suggestions here too: https://cursive-ide.com/userguide/eap/troubleshooting.html#help-lots-of-symbols-don-t-resolve

👍 2