cursive

imre 2026-02-23T12:04:48.802289Z

Using Intellij 2026.1 EAP, I started encountering a strange issue 🧵

cfleming 2026-02-27T08:58:46.198259Z

Hey @imre, just to let you know I haven't forgotten about this, I had hoped to get a release out sooner but what I'm working on has about a gazillion edge cases I'm working through. I thought I'd check how bad this issue is and I can split them if required and do a patch release sooner.

cfleming 2026-02-27T09:00:00.563979Z

But I hope it will be worth the wait 🙂

😍 1
imre 2026-02-27T09:24:49.552819Z

niiiiice

imre 2026-02-27T09:25:53.378289Z

No rush Colin, I'm holding off upgrading to a new IJ EAP until this is out. No fancy Jetbrains announcements anymore that used to make me want to be bleeding edge anyway

imre 2026-02-27T09:31:05.768279Z

Once more issue I started encountering: • 2026.1 EAP • Evaluate something in the repl • Select something in the repl output pane • Cmd-c to try to copy it • Paste • It appears something from the editor window is copied and pasted as opposed to what I had selected in the repl output • Right-click copy works as intended however

imre 2026-02-24T10:14:21.749099Z

thanks!

imre 2026-03-02T13:28:46.639289Z

well, IntelliJ just said I'm no longer allowed to use that last good EAP build 😛

cfleming 2026-03-02T23:20:10.136259Z

Well damn. Ok, let me see where I'm at at the end of today and I'll either split or publish, even if it's a bit WIP

🤞 1
imre 2026-02-23T12:06:13.013249Z

In every build greater than I tried, I'm unable to run repls.

imre 2026-02-23T12:06:53.708599Z

I normally start my repl using the Run... action which opens a popup

imre 2026-02-23T12:06:56.622509Z

imre 2026-02-23T12:07:12.543169Z

I select my repl config and click Run, then nothing happens

imre 2026-02-23T12:07:26.343559Z

When I try again, the Run option is missing.

imre 2026-02-23T12:07:37.315099Z

imre 2026-02-23T12:08:21.595429Z

Clicking debug or profile does nothing either but make those options go away too

imre 2026-02-23T12:09:14.442549Z

Running a config from the Edit Configurations... dialog also does nothing

imre 2026-02-23T12:09:19.636909Z

fyi @cfleming

cfleming 2026-02-23T19:58:11.376859Z

Do you have any errors in your log file? In one of the recent builds they have changed the required version of Kotlin, and it's possible this is affecting things in weird ways.

cfleming 2026-02-23T19:59:56.822399Z

I'll see if I can repro that with the latest EAP. I've been working on the build after the Kotlin change, but I'll repro with the current Cursive version and the latest IntelliJ EAP.

imre 2026-02-23T21:17:18.953809Z

I'm seeing a lot of java.lang.ClassNotFoundException: org.jetbrains.idea.maven.aether.ArtifactRepositoryManager with <tel:261.21525.39|261.21525.39>

imre 2026-02-23T21:17:59.791379Z

cfleming 2026-02-23T23:01:58.273339Z

Ok, yes I have that fixed locally but I didn't think it would have these wide-ranging effects - I'll get that out shortly.

salam 2026-02-23T19:20:02.556149Z

i found out yesterday that there have been 5 (!) 2026.1 EAP releases so far but JetBrains hasn't made a peep about any of it on any of their official channels… are they doing OK? 🤔

cfleming 2026-02-23T19:56:18.840999Z

I'm not sure if they're doing OK, but this annoys me greatly too - even us plugin devs don't have an official channel for finding out about new EAP builds.

😓 1
salam 2026-02-23T20:03:54.595599Z

now that’s really messed up on their end. i thought they would at least communicate this kind of stuff on an internal channel.