intellij icon indicating copy to clipboard operation
intellij copied to clipboard

Bazel 9: option `--incompatible_disable_autoloads_in_main_repo` breaks sync

Open tpasternak-engflow opened this issue 9 months ago • 2 comments

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

tpasternak-engflow avatar Mar 18 '25 13:03 tpasternak-engflow

~~Probably will be fixed in #7611~~ No won't because loads were removed from aspects

ujohnny avatar Apr 15 '25 14:04 ujohnny

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

comius avatar Apr 15 '25 18:04 comius