-
-
Notifications
You must be signed in to change notification settings - Fork 611
feat: freethreaded support for the builder API #3063
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
Draft
aignas
wants to merge
34
commits into
bazel-contrib:main
Choose a base branch
from
aignas:exp/pypi-simplify-freethreaded
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
a5dc20c
refactor(pypi): move the platform config to MODULE.bazel
aignas ead6071
fix(pypi): correctly handle custom names in pipstar platforms
aignas 5c29535
fix(pypi): pull fewer wheels
aignas 855a673
Merge branch 'test/independent-platforms' into exp/pypi-simplify
aignas 5e66b5b
feat: freethreaded support for the builder API
aignas 916556a
Merge branch 'main' into exp/pypi-simplify
aignas 818f3e3
wip: add notes fix bugs and address comments
aignas b00d7a2
extra fixes and add a helper for python_tag
aignas bb838c0
more cleanup
aignas eb2de67
clarify the doc
aignas 233ca9d
rename
aignas 0991ad1
remove merge conflicts
aignas 9553502
add a test for a bug
aignas a142c63
simplify
aignas a9c2aaa
rename to whl_platform_tags
aignas a4566b1
remove lower tier platforms from pip.default testing
aignas c22e3d5
fix an edge case
aignas b40f6a4
fix docs building
aignas 0bd5fbf
add back the macosx x86_64 because our CI depends on it
aignas 88c8959
Merge branch 'main' into exp/pypi-simplify
aignas 95a8423
add more changelog
aignas a0b7f43
fix defaults and add docs
aignas 6d6276b
revert an unnecessary diff
aignas 29c82d1
add back the failure
aignas a8d67ed
undo an unnecessary change
aignas 3ec5225
move a note
aignas a19bb08
cleanup
aignas d36610f
add notes about defaults
aignas 6a48f85
correctly select by py_tag
aignas 7ebf0c0
Merge branch 'main' into exp/pypi-simplify
aignas 281f7fc
refactor/cleanup code
aignas a53c1e8
cleanup
aignas 82e1532
add a note
aignas f1d8f64
Merge branch 'exp/pypi-simplify' into exp/pypi-simplify-freethreaded
aignas File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pretty sure this should be >= 3.13