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

Respect named --index and --default-index values in tool.uv.sources #7899

Closed
charliermarsh opened this issue Oct 3, 2024 · 0 comments · Fixed by #7910
Closed

Respect named --index and --default-index values in tool.uv.sources #7899

charliermarsh opened this issue Oct 3, 2024 · 0 comments · Fixed by #7910
Assignees
Labels
enhancement New feature or improvement to existing functionality

Comments

@charliermarsh
Copy link
Member

This is a TODO from #7481 that I want to track separately, since it's a meaningful amount of work.

@charliermarsh charliermarsh self-assigned this Oct 3, 2024
@charliermarsh charliermarsh added bug Something isn't working enhancement New feature or improvement to existing functionality and removed bug Something isn't working labels Oct 3, 2024
charliermarsh added a commit that referenced this issue Oct 15, 2024
…ces` (#7910)

## Summary

If you pass a named index via the CLI, you can now reference it as a
named source. This required some surprisingly large refactors, since we
now need to be able to track whether a given index was provided on the
CLI vs. elsewhere (since, e.g., we don't want users to be able to
reference named indexes defined in global configuration).

Closes #7899.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or improvement to existing functionality
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant