Thanks to visit codestin.com
Credit goes to github.com

Skip to content

feat: add an env variable to toggle pipstar #2855

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

Merged
merged 4 commits into from
May 5, 2025

Conversation

aignas
Copy link
Collaborator

@aignas aignas commented May 3, 2025

This is a flag to start leveraging of the new code paths. The Starlark
implementation has been added in 1.4 and has been reverted in the latest
release candidates. The env variable will be a good way to roll it out more
gradually and get more testing.

For now we are switching only the whl_library internals as the
requirements.txt files from uv may use * in python_full_version and
platform_version that are not yet fully supported (#2826).

Main goals for this is to start using Starlark implementation so that we don't
have any hidden variables. What is more, having this in Starlark is the most
maintainable long-term solution for supporting cross-platform builds.

Work towards #260

This is a flag to start leveraging of the new codepahs.

Work towards #260
Copy link
Collaborator

@rickeylev rickeylev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I pushed a fix to wheel_installer_test. CI is passing.

I'll approve so you can merge, but since this is draft, i'll let you trigger merging

@aignas aignas marked this pull request as ready for review May 5, 2025 04:43
@aignas aignas requested a review from groodt as a code owner May 5, 2025 04:43
@aignas
Copy link
Collaborator Author

aignas commented May 5, 2025

I expected this to need more work to pass tests, thanks, will merge now.

@aignas aignas added this pull request to the merge queue May 5, 2025
Merged via the queue into main with commit a4b946b May 5, 2025
7 checks passed
@aignas aignas deleted the feat/allow-switching-between-star-and-py branch May 6, 2025 08:34
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.

2 participants