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

Show package name in no version for direct dependency error #3056

Merged
merged 1 commit into from
Apr 16, 2024

Conversation

konstin
Copy link
Member

@konstin konstin commented Apr 16, 2024

Fixes #3053

@konstin konstin added the error messages Messaging when something goes wrong label Apr 16, 2024
return write!(f, "{package} ∅");
}

let segments: Vec<_> = self.range.iter().collect();
Copy link
Member Author

Choose a reason for hiding this comment

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

Below only the indentation changed (and git misaligned the diff)

@konstin konstin enabled auto-merge (squash) April 16, 2024 07:51
@konstin konstin merged commit 88d6a55 into main Apr 16, 2024
38 checks passed
@konstin konstin deleted the konsti/fix-3053 branch April 16, 2024 07:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
error messages Messaging when something goes wrong
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve error message for uv pip compile when input requirements conflict
1 participant