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

fix(lang/proto): include imports from different targets #1237

Merged
merged 1 commit into from
Apr 20, 2022

Commits on Apr 12, 2022

  1. fix(lang/proto): include imports from different targets

    Fixes an issue where dependencies would be missed in the case where an
    import was of a proto file in the same directory but from a different
    target, such an when using `proto_group`. This would cause Gazelle to
    generate `proto_library` and `go_proto_library` targets that could not
    be built.
    
    Fixes bazel-contrib#1219
    nickgooding committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    d33017b View commit details
    Browse the repository at this point in the history