Fork me on GitHub
#cursive
<
2020-08-06
>
steveb8n00:08:44

Q: I’m having stability issues with Idea crashing. To fix, I’d like to update from 2019.3 so I’m exploring compatibility. I always find this difficult: I want to know the two pairs of stable/eap and supported Idea versions for each. The user guide states the requirement for stable (not alway certain it’s up to date) but eap means scrolling through the google group messages. could both of these pairs be documented in one place to it’s easy to check?

steveb8n00:08:24

I also noticed this info in the plugins section of Idea… Built on: 2020-07-02 14:17 Built from: 1.9.2-68-g08c574e5

steveb8n00:08:45

I presume this provides the edges of the supported range?

steveb8n00:08:37

I would find it very useful to have all this stuff in one place, known to always be up to date. Is that possible?

steveb8n00:08:41

An extra cherry on top: if this web page could also explain the versioning semantics of Cursive and how they relate to Ideas versions, that would help. I’m pretty sure this is already out there somewhere

steveb8n00:08:27

My goal now is to understand if I can upgrade Idea to 2020.2.

steveb8n00:08:19

despite this sounding like a gripe, it’s not 🙂 just a hopeful request

cfleming01:08:24

Basically, I need proper release notes and change log 🙂. And the answer to that is that yes, yes I do.

cfleming01:08:01

For your particular case, you should be able to update to 2020.2 and use either the latest stable or EAP with that with no problem.

steveb8n02:08:42

great. thanks for a concise response to a long winded question 🙂

reefersleep11:08:25

Is it correctly understood that Cursive does not support breakpoints at all for .cljs at this time? I thought that it didn’t make sense, as your browser is usually the execution environment for CLJS, and the connection between the browser and the IDE is “weaker” than e.g. a Clojure REPL and the IDE, but it seems I was misinformed. Other IDEs support breakpoints in JS. My face was like 😮 when I discovered this.

armed12:08:14

Hello. I'm using tools deps. How to force cursive load all paths namespaces when REPL starts? By default in no project namespaces is loaded.

cfleming22:08:07

There isn’t a good way in Cursive to do this right now. However you can use a user.clj file, which is a Clojure thing.

armed12:08:40

For example I have :paths ["src" "test"]. And when I try run some tests, it shows me error that can't find init files of namespaces from src. Then I have to manually load root namespace into repl.

armed12:08:32

here is my run configuration