Bazel compilation warnings mark the sync as "finished with some errors" #7041
Labels
awaiting-maintainer
Awaiting review from Bazel team on issues
product: IntelliJ
IntelliJ plugin
type: bug
Description of the bug:
#6813 seems to change how the sync status is displayed if the build had warnings. This happens even with the "New sync view" turned off.
This is confusing for users because it seems like sync did not complete successfully, when it actually did. If this is intended behavior, I think it would be useful to have a setting to configure it.
Which category does this issue belong to?
Intellij
What's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
Run a sync where the build contains some compilation warnings. I reproduced this on an internal codebase but I think it should happen for any compilation warnings.
Before this change (and with it reverted):
After this change:
Which Intellij IDE are you using? Please provide the specific version.
IntelliJ 2024.3
What programming languages and tools are you using? Please provide specific versions.
Java, Kotlin
What Bazel plugin version are you using?
Built from source
Have you found anything relevant by searching the web?
No response
Any other information, logs, or outputs that you want to share?
No response
The text was updated successfully, but these errors were encountered: