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

Move installable targets out of uv-resolver crate #10126

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

charliermarsh
Copy link
Member

Summary

The proximate motivation is that I want to add new variant for scripts, but uv-resolver can't depend on uv-scripts without creating a circular dependency. However, I think this does just make more sense -- the resolver crate shouldn't be coupled to the various kinds of workspaces, and these details are mostly encoded in projects/lock.rs and similar files.

@charliermarsh charliermarsh added the internal A refactor or improvement that is not user-facing label Dec 23, 2024
@charliermarsh charliermarsh force-pushed the charlie/installable branch 2 times, most recently from e9d2f23 to cef42c0 Compare December 23, 2024 22:29
@charliermarsh charliermarsh marked this pull request as draft December 23, 2024 22:45
@charliermarsh charliermarsh added no-build Disable building binaries in CI no-test Disable CI tests for a pull request labels Dec 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal A refactor or improvement that is not user-facing no-build Disable building binaries in CI no-test Disable CI tests for a pull request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant