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
When a BUILD file needs to be fixed, gazelle fix just emits a warning without explaining what's wrong with it. This could be something as trivial as loaded symbols being out of order.
Our warning should explain what needs to be fixed. We should not emit a warning for trivial problems that won't interfere with later operations (loaded symbol ordering).
The text was updated successfully, but these errors were encountered:
fixLoads is now called in MergeWithExisting instead of FixLoads. This
will remove symbols that are no longer needed after empty rules are
deleted.
This also eliminates warnings that files need to be fixed if they only
need load changes.
Related bazel-contrib#792
fixLoads is now called in MergeWithExisting instead of FixLoads. This
will remove symbols that are no longer needed after empty rules are
deleted.
This also eliminates warnings that files need to be fixed if they only
need load changes.
Related #792
When a BUILD file needs to be fixed,
gazelle fix
just emits a warning without explaining what's wrong with it. This could be something as trivial as loaded symbols being out of order.Our warning should explain what needs to be fixed. We should not emit a warning for trivial problems that won't interfere with later operations (loaded symbol ordering).
The text was updated successfully, but these errors were encountered: