intellij
intellij copied to clipboard
Bazel 9: option `--incompatible_disable_autoloads_in_main_repo` breaks sync
Description of the bug:
--incompatible_disable_autoloads_in_main_repo breaks sync. Both legacy sync and query sync. In query sync the external symbols are not resolved after "enable analysis"
What Bazel plugin version are you using?
9.x
Any other information, logs, or outputs that you want to share?
https://github.com/bazelbuild/bazel/issues/23043
~~Probably will be fixed in #7611~~ No won't because loads were removed from aspects
There are 2 more PRs pending, that should fix it: https://github.com/bazelbuild/intellij/pull/7614 and https://github.com/bazelbuild/intellij/pull/7615