-
Notifications
You must be signed in to change notification settings - Fork 2.3k
fix error handling for git dependencies #10366
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
fix error handling for git dependencies #10366
Conversation
Reviewer's GuideThis pull request improves error reporting for Git dependencies during installation by differentiating between Git and directory sources when constructing installation commands and formatting output messages. It also ensures the original Git URL is used in error messages even if the archive preparation step fails. File-Level Changes
Possibly linked issues
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @radoering - I've reviewed your changes and they look great!
Here's what I looked at during the review
- 🟡 General issues: 1 issue found
- 🟢 Security: all looks good
- 🟡 Testing: 1 issue found
- 🟢 Documentation: all looks good
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
37d32f4
to
9b893bf
Compare
9b893bf
to
c0cb1f9
Compare
Pull Request Check List
Closes: #10340
Summary by Sourcery
Improve error handling and package installation for git and directory dependencies in Poetry's installation executor
Bug Fixes:
Enhancements:
Tests: