zielu / GitToolBox

GitToolBox IntelliJ plugin
GNU General Public License v3.0
604 stars 71 forks source link

[Feature] Support 2022.3 EAP #415

Closed zielu closed 1 year ago

zielu commented 1 year ago

212.9.12 is out in plugin EAP channel. How to switch to EAP: https://github.com/zielu/GitToolBox#eap-builds

zielu commented 1 year ago

212.9.12 is out in plugin EAP channel. How to switch to EAP: https://github.com/zielu/GitToolBox#eap-builds

zielu commented 1 year ago

There is a know issue with excessive scrollbars visible in plugin configuration UI on 2022.3 - under investigation.

Fixed

zielu commented 1 year ago

On 223.6160.11 it is possible to encounter following exception during commit validation: java.lang.Throwable: java.lang.AbstractMethodError: Receiver class m223.b does not define or inherit an implementation of the resolved method 'abstract java.lang.Object runCheck(com.intellij.openapi.vcs.checkin.CommitInfo, kotlin.coroutines.Continuation)' of interface com.intellij.openapi.vcs.checkin.CommitCheck.

Fix is on the way - the lightweight CommitCheck will be disabled on 2022.3 EAP because related Platform API is in flux.

nvdweem commented 1 year ago

Is there some functionality that we can turn off to prevent the

Checks failed: Couldn't check commit: Receiver class m223.b does not define or inherit an implementation of the resolved method 'abstract java.lang.Object runCheck(com.intellij.openapi.vcs.checkin.CommitInfo, kotlin.coroutines.Continuation)' of interface com.intellij.openapi.vcs.checkin.CommitCheck.

error?

I'm on the latest EAP and I added the EAP plugin channel because I'm absolutely dependant on the auto-fetch feature but not being able to commit kinda breaks my workflow :)

Edit: nevermind, I had the Check issue key reference override in my project. Disabling that allows me to commit. Would still love to see the new version where I can turn it on but at least I can now use the plugin for the other features.

zielu commented 1 year ago

@nvdweem I plan to release the fix today

zielu commented 1 year ago

Done in 212.10.0