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

Subworkspace support #133

Open
eed3si9n opened this issue Aug 29, 2023 · 0 comments
Open

Subworkspace support #133

eed3si9n opened this issue Aug 29, 2023 · 0 comments

Comments

@eed3si9n
Copy link
Contributor

steps

In a setup as follows:

WORKSPACE

vendored/
  WORKSPACE
  google/
    aaa/
      aa.proto
    bb/
      bb.proto

Suppose vendored/google/bb/bb.proto imports "google/aa/aa.proto".

problem

Currently the dependency between the targets are not created, likely because the "def" is created for vendored/google/aa/aa.proto, as opposed to google/aa/aa.proto.

expectations

The target corresponding to bb.proto depends on aa.proto.

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