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
Gazelle should warn developers when an import can't be resolved into a Bazel dependency.
Now that we have a library index, we can tell definitively whether this is an error for local imports (under some known prefix) and for non-local imports in vendored mode (since we index vendor folders). We don't yet have a reliable way to resolve imports in external repositories.
The text was updated successfully, but these errors were encountered:
(Originally bazel-contrib/rules_go#388)
Gazelle should warn developers when an import can't be resolved into a Bazel dependency.
Now that we have a library index, we can tell definitively whether this is an error for local imports (under some known prefix) and for non-local imports in vendored mode (since we index vendor folders). We don't yet have a reliable way to resolve imports in external repositories.
The text was updated successfully, but these errors were encountered: