-
-
Notifications
You must be signed in to change notification settings - Fork 632
(chore): Remove the extra indirection and bzlmod
folder
#2022
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
Changes from all commits
6570535
e57055f
5cb882b
604d525
98bff09
9063fca
ba819e8
68f9b10
f6c17a2
1f397bf
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,6 +14,6 @@ | |
|
||
"Python toolchain module extensions for use with bzlmod" | ||
|
||
load("//python/private/bzlmod:python.bzl", _python = "python") | ||
load("//python/private:python.bzl", _python = "python") | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I am wondering if we should have a separate There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. SGTM. Probably an independent PR? It's a bigger change to discuss. Because we could also leave the python stuff where it is and move everything else out, which then makes it less urgent to change the Python toolchain or language rules. |
||
|
||
python = _python |
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.