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

Cycle Dependency in proto_cc_library when per-file proto_library is disabled #227

Open
auzhva opened this issue Mar 16, 2022 · 0 comments
Open

Comments

@auzhva
Copy link

auzhva commented Mar 16, 2022

Gazelle extension generates cyclic dependencies in the following conditions:

Folder structure:

file1.proto
file2.proto
BUILD.bazel

file1.proto and file2.proto belongs to a same package, and one imports another one.

In generated rules proto_cc_library will try to import itself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant