-
Notifications
You must be signed in to change notification settings - Fork 13
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
Update IntelliJ version to 2022.2.3 #290
base: master
Are you sure you want to change the base?
Conversation
b0bb63e
to
21e8a3f
Compare
done |
6ca2dc5
to
0cd77c0
Compare
62619a7
to
3b5e8ba
Compare
This comment was marked as outdated.
This comment was marked as outdated.
3b5e8ba
to
be63127
Compare
It showed up that there is one more file, which needs to be updated with the new scala plugin version: |
will undraft it when bugs are fixed |
Real problem - see failure: https://github.com/VirtusLab/ide-probe/actions/runs/3279778840/jobs/5399740879 |
Probably
|
9bf0cb8
to
f5e1513
Compare
Our logic works fine for releases up to |
Didn't find anything that would sound related to the problem in |
What does not work well for new releases, but worked well for older ones: In more detail: |
For
and for
so, the change is |
Looks like changes in https://github.com/JetBrains/intellij-community/blob/master/platform/platform-impl/src/com/intellij/idea/IdeaLogger.java might be the reason - JetBrains/intellij-community@bb32191#diff-ccbe083e0d45bf038f1e293fe381a649b52a9c15dd8a699f8dca8b9b888a7fff in particular. Related story: https://youtrack.jetbrains.com/issue/IDEA-265069 More generally - looks like we have to switch from using |
f5e1513
to
072a8d4
Compare
Changes from #187 could be helpoful |
e2d4a3d
to
239fc3f
Compare
9fd62f0
to
92c079f
Compare
92c079f
to
2522b28
Compare
cb1e381
to
560bc3a
Compare
560bc3a
to
0004d43
Compare
Updates the default IntelliJ Version to the newest release. Please, check currently used version of the scala plugin in two following files: https://github.com/VirtusLab/ide-probe/blob/master/extensions/scala/tests/src/test/resources/scala.conf and https://github.com/VirtusLab/ide-probe/blob/master/core/driver/tests/src/test/scala/org/virtuslab/ideprobe/ProbeDriverTest.scala and verify if it is compatible with the new intelliJ IDEA version 2022.2.3 here: https://plugins.jetbrains.com/plugin/1347-scala/versions. If the currently used version of the scala plugin is NOT compatible with new IntelliJ release - please update it in both files in a separate commit.