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(whl_library): only add group machinery when it is needed #1822

Conversation

aignas
Copy link
Collaborator

@aignas aignas commented Mar 23, 2024

This removes the alias additions when the package groups are not used
fixing alias that attempt to traverse the entire py_library dependency
tree.

I noticed that for some code that I want to write for whl_library
having it explicit whether we are using groups or not in the pip.parse
and or whl_library makes the code easier to understand and write.

Fixes #1760

This removes the `alias` additions when the package groups are not used
fixing alias that attempt to traverse the entire py_library dependency
tree.

I noticed that for some code that I want to write for `whl_library`
having it explicit whether we are using groups or not in the `pip.parse`
and or `whl_library` makes the code easier to understand and write.

Fixes bazelbuild#1760
@aignas aignas requested a review from rickeylev as a code owner March 23, 2024 14:31
Copy link
Contributor

@arrdem arrdem left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@rickeylev rickeylev added this pull request to the merge queue Mar 27, 2024
Merged via the queue into bazelbuild:main with commit 5631f05 Mar 27, 2024
4 checks passed
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.

cycle support which replaces :pkg with :_pkgbreaks aspects
3 participants