generated from bazel-contrib/rules-template
-
-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: use PyInfo from rules_python (#311)
Switches to using `PyInfo` from rules_python, rather than relying on the builtin one from Java. Note that this doesn't add any interoperability between the **native** `py_*` rules (java based) and the exports from rules_python. As such, using rules_python with the native java based rules and providers is no longer supported after this commit. If we want, we could support it, but being able to consume and return both providers. --- ### Type of change - Bug fix (change which fixes an issue) **For changes visible to end-users** - Breaking change (this change will force users to change their own code or config) - Suggested release notes are provided below: Use `PyInfo` provider as loaded from rules_python, and drop support for dependency edges from native `py_*` rules. ### Test plan - Covered by existing test cases
- Loading branch information
Matt Mackay
authored
Mar 20, 2024
1 parent
9f0a49b
commit df191bd
Showing
6 changed files
with
6 additions
and
0 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
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
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