-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
KFMT_idea_plugin crashes with Intellij 2024.3 #523
Comments
Having the same issue with the same stack traces. Can confirm it started happening after upgrading to IntelliJ 2024.3 |
This also happens in the latest IntelliJ IDEA 2024.3.1 patch release. |
Happens to me aswell on 2024.3.1.1 |
Did you resolve this issue? |
What version of the plugin are you using? I have not yet been able to reproduce it with either K1 nor K2 modes |
Oh, I'm on macOS, could that be it? 🤔 |
It only happens on Windows. |
Just as info if not clear so far... Setting of K2 mode flag doesn't matter - same issue independent of K2 mode setting. In our team we are using IntelliJ IDEA Ultimate (2024.3.1.1 / #IU-243.22562.218), all on Windows. Happy to support. |
|
@c1rcle that's a great finding! How about 2.0.0 would that work? If so I can make another release with that |
@hick209 Just ran a quick test and yeah, 2.0.0 works too. Verified on IntelliJ IDEA 2024.3.1.1 (243.22562.218). |
Awesome! Bumping it to 2.0.0 then. Let's hope this fixes things |
Then probably consider using 2.0.X (like 2.0.10 or 2.0.20) that contain bugfixes found in 2.0.0 :) |
Summary: This seems to fix some issues that we are seeing on Windows machines. #523 Reviewed By: cortinico Differential Revision: D68211603 fbshipit-source-id: 3a12c05a6a7e0b827d353df2acc2d5b2380a4d14
Released 0.54 that hopefully will fix this issue. For now we're on 2.0.0, but we are discussing pushing to the latest 2.0.x, which would be 2.0.21, as that would be quite similar to 2.0.0 except for some code fixes. Right now we only bumped to 2.0.0 to try to make sure ktfmt is available for a broad range of use cases. |
Excellent news, I have been hitting the refresh button this morning a lot of times in Intellij, but no luck yet, the version 0.54 of the plugin does not appear in the marketplace (yet)
How long does it take to normally show up ? |
Normally I'd just install the plugin manually from the releases page but I see that you do not distribute installable plugin package there. Is there a reason for that? |
@olivierbeltrandocintoo, it's probably stuck in JB review process, which can take a while. According to Google up to 4 days, but usually it's a couple of days from what I've seem with ktfmt ![]() @ezamelczyk, that's actually a good idea for now, it's just extra work. Do you happen to know or have pointers on how we could automate that? If we do this, it would be guaranteed to be there all the time |
That's awesome! |
@hick209 sorry I've never built an IntellijIDEA plugin so I'm not sure how to do that but isn't the package you're uploading to the jetbrains marketplace basically the same thing? It should be just a zip file afaik. |
Hello, the ktfmt_idea_plugin crashes with version 2024.3 of Intellij.
Steps to reproduce:
ctrl
+alt
+l
System:
Here is the stacktrace:
Thanks in advance :)
Cheers,
Olivier
The text was updated successfully, but these errors were encountered: