Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gazelle now handles imports from @bazel_tools #273

Merged
merged 2 commits into from Oct 19, 2020

Commits on Sep 16, 2020

  1. Gazelle now handles imports from @bazel_tools

    `@bazel_tools` is tricky since it is effectively a part of the standard
    library that can not have a `bzl_library` attached to it. As a simple
    fix for this, `bzl_library` can have a srcs dependency on it so that it
    includes the transitive closure of all of its dependencies.
    
    `@bazel_tools` imports are rewritten into the `srcs` attribute since
    they are `exports_files`ed from the @bazel_tools.
    achew22 committed Sep 16, 2020
    Copy the full SHA
    a71dc18 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2020

  1. Copy the full SHA
    8fcde7e View commit details
    Browse the repository at this point in the history