cursive

Issues at: https://git.io/cursive-issues
steveb8n 2020-12-02T07:39:59.303600Z

Q: when Intellij releases native support for Apple M1 chips, I’m gonna get a Mac Mini to try it out. Is there anything about Cursive that needs porting or should it “just work”?

cfleming 2020-12-02T08:05:50.303700Z

It’ll just work as much as IntelliJ does. They’re working on M1 support for the JDK they use, but it’s not there yet. Apparently now it runs ~70% of the speed of a current system, depending on what you’re doing. Gradle is very slow for some reason.

cfleming 2020-12-02T08:06:02.303900Z

ETA is sometime this year though, I think.

steveb8n 2020-12-02T08:12:46.304100Z

yeah, I’ve seen the reports of Rosetta being slow to run the JVM.

steveb8n 2020-12-02T08:13:31.304300Z

but a $1500 desktop that is twice as fast as my MBP is so tempting! Xmas present to myself if the JVM can benefit from that speed

steveb8n 2020-12-02T08:13:39.304500Z

thanks for the info

cfleming 2020-12-02T20:58:10.307Z

https://youtrack.jetbrains.com/issue/JBR-2526

cfleming 2020-12-02T20:59:36.307200Z

I’m also tempted by the mini, I’ve been planning to try working on one for a while now and the M1 makes it a no-brainer. But I’ll wait till it’s properly supported.

💯 1
kenny 2020-12-02T16:38:01.305600Z

I updated to 2020.3 and it seems to have broken the namespace search functionality. I am on Cursive 1.9.4-2020.3. I have attached the stacktrace from the IntelliJ logs. Reverting to 2020.2 for now.

imre 2020-12-02T17:21:44.306600Z

I noticed that Cursive doesn't seem to persist per-project code style settings between sessions. Has anyone come across this?