-
Notifications
You must be signed in to change notification settings - Fork 785
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
Add uv python install --default
#8650
Draft
zanieb
wants to merge
2
commits into
main
Choose a base branch
from
zb/python-exec-default
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
+630
−76
Conversation
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
zanieb
force-pushed
the
zb/python-exec-default
branch
2 times, most recently
from
October 29, 2024 15:41
457a318
to
4579f3f
Compare
zanieb
force-pushed
the
zb/python-exec-dir
branch
2 times, most recently
from
October 29, 2024 16:28
783e70d
to
00873e2
Compare
zanieb
force-pushed
the
zb/python-exec-default
branch
from
October 29, 2024 16:28
4579f3f
to
7e14476
Compare
zanieb
force-pushed
the
zb/python-exec-default
branch
3 times, most recently
from
October 29, 2024 22:29
5280eab
to
0598d60
Compare
zanieb
force-pushed
the
zb/python-exec-dir
branch
5 times, most recently
from
October 30, 2024 14:05
bb90cbd
to
ae37a24
Compare
zanieb
force-pushed
the
zb/python-exec-default
branch
2 times, most recently
from
October 30, 2024 15:15
032950f
to
43e7779
Compare
zanieb
added a commit
that referenced
this pull request
Oct 30, 2024
Pulling out of #8650 for readability. Trying to clean this up to simplify extensions in the future. This is not a strict refactor, there are behavioral changes here. - Adds some structs for managing state. - Addresses some likely inconsistent behavior for weird edge-cases. - We fill platform information before checking if a request is satisfied. - We error earlier if we can't find a download for the request, i.e., even if you somehow have it installed. - Only reports versions as uninstalled if a download actually replaces them. - Moves some of the default output to tracing messages. - Even if an installation was already satisfied, we'll check that it is setup properly
zanieb
force-pushed
the
zb/python-exec-default
branch
2 times, most recently
from
October 31, 2024 00:59
2981c8d
to
4e4d3cd
Compare
zanieb
force-pushed
the
zb/python-exec-default
branch
from
October 31, 2024 01:09
4e4d3cd
to
40c88cd
Compare
zanieb
force-pushed
the
zb/python-exec-default
branch
2 times, most recently
from
October 31, 2024 16:04
b2f0486
to
4f242a2
Compare
zanieb
force-pushed
the
zb/python-exec-default
branch
from
October 31, 2024 20:27
4f242a2
to
af592db
Compare
zanieb
force-pushed
the
zb/python-exec-default
branch
from
November 1, 2024 13:28
af592db
to
25ad2fe
Compare
This was referenced Nov 7, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.