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

Avoid creating cache directories in tool directory #4868

Merged
merged 1 commit into from
Jul 7, 2024
Merged

Conversation

charliermarsh
Copy link
Member

Closes #4867.

@charliermarsh charliermarsh added the bug Something isn't working label Jul 7, 2024
@charliermarsh charliermarsh enabled auto-merge (squash) July 7, 2024 21:12
@charliermarsh charliermarsh merged commit 389582a into main Jul 7, 2024
49 checks passed
@charliermarsh charliermarsh deleted the charlie/d branch July 7, 2024 21:19
@@ -28,14 +32,13 @@ pub(crate) async fn list(preview: PreviewMode, printer: Printer) -> Result<ExitS

for (name, tool) in tools {
// Output tool name and version
let version =
match installed_tools.version(&name, &Cache::from_path(installed_tools.root())) {
Copy link
Member

Choose a reason for hiding this comment

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

Huh? That's weird. Must have been missed in a review.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

uv tool list warns about malformed tool interpreter-v2
2 participants