-
Notifications
You must be signed in to change notification settings - Fork 311
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
Plugin doesn't work with Bazel 1.0.0rc2 #1166
Comments
Do you also experience plain crashes? #1161 (Also, as mentioned there, my company-internal project works just fine for me.) |
I saw this exception once, but I'm quite sure, it is unrelated here. I started to bisect the problem and then realized this exception:
And then I looked into this code, and realized, that it is related to incompatible change: [1], that was already fixed in IntelliJ-Plugin in this CL: [2], but new plugin version wasn't released yet. So that I went ahead and build the plugin from this commit (4b4b818):
Note, that I imported the custom built plugin version in IJ 2019.2, and voilà, it works as expected. I published it here: [3], it can be used until the official version is released. [1] bazelbuild/bazel#7598 |
Thank you so much! I can confirm that this works for me as well. Now waiting for a proper release. :) |
The plugin containing this fix (5f03bde) is expected to be available early next week. |
@jin Any updates on this? |
After upgrade of Bazel from 0.29.1 to 1.0.0rc2, intellij plugin doesn't work any more. To reproduce, clone recursively gerrit from this commit (b02962142671ff8d933f2d81a3d5aaa6558065c9) and try to import it in IntelliJ.
Bazel Console log in 0.29.1: [1].
Bazel Console log on 1.0.0rc2: [2].
Particularly: the external dependencies are not detected on 1.0.0rc2:
While all is fine on 0.29.1:
Environment:
IntelliJ IDEA Ultimate 2019.2.2
Bazel plugin: 2019.08.19.0.5
The text was updated successfully, but these errors were encountered: