You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All works fine with 2019.1.x (which will then offer an older Bazel-IntelliJ plugin), and then making sure Bazel version is 0.29.1 instead of 1.0.0rc2 via Bazelisk.
Another project (internal) runs perfectly fine with the same IntelliJ configuration. So, it's probably something in the Gerrit code base triggering this (a warning of some sort, as problems.BlazeProblemsView.createToolWindow in the traceback indicates).
The text was updated successfully, but these errors were encountered:
Environment: Ubuntu 18.04, OpenJDK-8, project: gerrit branch
master
(currently @ ac917a921173a23cf8fb01ab16d8aacd9f9bf376).Steps to reproduce:
Recursive clone of Gerrit Code Review:
Install IDEA Ultimate 2019.2.2
Install Bazel plugin (currently offered: 2019.08.19.0.5)
Configure Bazel plugin to use Bazelisk binary (or install Bazel 0.29.1 or 1.0.0rc2, happens with both, and make sure it's on PATH).
Import Bazel project (Gerrit) via project view file
.bazelproject
.Fully sync project.
Observe IDE error message. Stacktrace attached: bazel-plugin-stacktrace.txt
All works fine with 2019.1.x (which will then offer an older Bazel-IntelliJ plugin), and then making sure Bazel version is 0.29.1 instead of 1.0.0rc2 via Bazelisk.
Another project (internal) runs perfectly fine with the same IntelliJ configuration. So, it's probably something in the Gerrit code base triggering this (a warning of some sort, as
problems.BlazeProblemsView.createToolWindow
in the traceback indicates).The text was updated successfully, but these errors were encountered: