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

Fixed a bug where export_files was being rendered into BUILD files it shouldn't have been #337

Merged
merged 3 commits into from
Dec 30, 2020

Conversation

UebelAndre
Copy link
Collaborator

This would only impact projects using cargo workspace functionality since they're the the only projects that would have multiple workspace members.

Aliases are rendered for each workspace member in the Bazel package where they're located, but only the root package will have a crates.bzl file. This PR limits where the exports_files macro is declared to the correct places.

@acmcarther
Copy link
Member

LGTM

@acmcarther acmcarther merged commit 00fc4bb into google:master Dec 30, 2020
@UebelAndre UebelAndre deleted the vendored branch December 30, 2020 01:26
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

Successfully merging this pull request may close these issues.

None yet

2 participants