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

refactor: split toolchains and repositories #323

Merged
merged 1 commit into from
Apr 2, 2024

Conversation

thesayyn
Copy link
Member

@thesayyn thesayyn commented Apr 2, 2024

Type of change

Currently, rules_py_dependencies and rules_py_toolchains are exported from the same bzl file which makes it impossible to depend on another rule and load from at the same since both macros are in the same file. This changes this to allow adding a dependency and loading from it.

  • Refactor (a code change that neither fixes a bug or adds a new feature)

For changes visible to end-users

  • Breaking change (this change will force users to change their own code or config)
  • Relevant documentation has been updated

Test plan

  • Covered by existing test cases

@thesayyn thesayyn requested a review from alexeagle April 2, 2024 18:29
@alexeagle
Copy link
Member

Could you update the PR description to include "why?" please?

@thesayyn
Copy link
Member Author

thesayyn commented Apr 2, 2024

Done

@alexeagle alexeagle merged commit 6c9aaca into main Apr 2, 2024
14 checks passed
@alexeagle alexeagle deleted the split_toolchains_macro branch April 2, 2024 22:15
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