-
Notifications
You must be signed in to change notification settings - Fork 556
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(visibility)!: limit visibility of an internal library (#1490)
This was arguably made too-visible previously and since all of the consumable symbols by the end users are re-exported via the //python:pip_bzl, we can keep everything that is in pip_install internal. This could be a breaking change for people who are depending on internal symbols or if they are using `whl_library` to create their own implementation of the `pip_repository` rule and are generating documentation internally. However, in that case they can apply a small patch to change the visibility of the `pip_repository_bzl` target.
- Loading branch information
Showing
4 changed files
with
6 additions
and
237 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.