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

Fix bug to parse VCS URIs with references #331

Merged
merged 4 commits into from
Jul 21, 2022

Conversation

mgmarino
Copy link
Contributor

@mgmarino mgmarino commented Jul 20, 2022

This fixes a bug introduced in #310.

In addition, I opted to make the test more data-driven to make it easier to add additional test cases. I'm sure I've missed some.

  • Make split ref test data driven
  • Add failing test case for VCS with ref and user
  • Fix handling non-file-like uris with @ signs
  • Add news issue

Fixes #330

Related to pypa/pipenv#5179

@matteius matteius merged commit c59986d into sarugaku:main Jul 21, 2022
@mgmarino mgmarino deleted the bugfix/330 branch July 21, 2022 06:58
@mgmarino
Copy link
Contributor Author

Thanks for the quick review, @matteius!

@matteius
Copy link
Collaborator

Thanks for doing what could have taken me weeks to figure out @mgmarino !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix support for parsing VCS uris with an @ sign
2 participants