intellij-elixir icon indicating copy to clipboard operation
intellij-elixir copied to clipboard

Version not compatible with IntelliJ 2023.3.x

Open adrian-goe opened this issue 1 year ago • 12 comments
trafficstars

Hi, could you update the build to be compatible with the latest IntelliJ version? Thanks 🙏🏻

Screenshot 2023-12-13 at 14 01 10 Screenshot 2023-12-13 at 14 00 40

adrian-goe avatar Dec 13 '23 13:12 adrian-goe

It looks like there was already code committed/merged for this? I don't know what the process is to get this into JetBrains though

https://github.com/KronicDeth/intellij-elixir/commit/876b7702e439c398f4ae2cc41647eb45d2a157ea

mengelseatz avatar Dec 17 '23 13:12 mengelseatz

@mengelseatz yes, it seems to be available in the latest canary version. If that is stable enough, release it 😄

But as a side note, I noticed something: According to the canary changelogs for version 16.0.1, its available in version 16.0.0. Screenshot 2023-12-17 at 14 50 15

According to latest stable build build on the plugin page, it says only support Intelij 2023.2 Screenshot 2023-12-17 at 14 50 54

adrian-goe avatar Dec 17 '23 13:12 adrian-goe

Weird.. clearly it's not working in 16.0.0 though 😄. I guess we need to wait for a build at this point. I'm not familiar with the build cycle for this project as I just got back into Elixir a few weeks ago after a multi-year hiatus. Luckily Emacs works well enough for me to continue working.

mengelseatz avatar Dec 18 '23 11:12 mengelseatz

@mengelseatz you can download the latest tag (pre-release) as a zip file and manually install it, it works smoothly on my machine with RubyMine 2023.3.1:

Screenshot from 2023-12-19 09-01-28

MontiniCristian avatar Dec 19 '23 08:12 MontiniCristian

Thanks @MontiniCristian !

mengelseatz avatar Dec 20 '23 00:12 mengelseatz

I think it was not released because the tests failed on the latest merge:

https://github.com/KronicDeth/intellij-elixir/actions/runs/7147009230

Cervajz avatar Dec 20 '23 10:12 Cervajz

Yep, the tests failed, so I need to go in and fix the compatibility problems

KronicDeth avatar Dec 20 '23 15:12 KronicDeth

Yep, the tests failed, so I need to go in and fix the compatibility problems

Hi @KronicDeth! I really like Elixir, Idea and this plugin. I'd like to start contributing here. I see there many open issues, could you point me a good one to get started?

Thanks for putting so much time and effort into this plugin, BTW!

piacsek avatar Dec 20 '23 23:12 piacsek

@MontiniCristian It didn't work for me :/ Getting the same error for all 16.X.X versions

image

piacsek avatar Dec 20 '23 23:12 piacsek

@piacsek Did you download the correct file from the Canary channel? The name should be intellij-elixir-16.0.1-pre_20231208222626.zip, your screenshot shows 16.0.0

https://plugins.jetbrains.com/plugin/7522-elixir/versions/canary

Cervajz avatar Dec 21 '23 08:12 Cervajz

@MontiniCristian I downloaded the file you mentioned and got the same message as @piacsek except with the newer version:

Screenshot 2024-01-05 at 5 37 56 PM

I uninstalled the previous version of the plugin and restarted the IDE, but no luck.

derekcroft avatar Jan 05 '24 22:01 derekcroft

Seems to be working now in 2023.3.3. Well, debugging still fails with "Connection attempt from node... since it cannot handle [~c"V4_NC", ~c"UNLINK_ID"]", but that's another issue - https://github.com/KronicDeth/intellij-elixir/issues/3362

amarchen avatar Jan 31 '24 16:01 amarchen