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

Support editable package with ref using @ #76

Merged
merged 2 commits into from
Oct 8, 2018

Conversation

jxltom
Copy link
Contributor

@jxltom jxltom commented Oct 8, 2018

Fixed #74

if "@" in self.link.show_url and "@" in self.uri:
uri, ref = self.uri.rsplit("@", 1)
if ref in self.ref:
self.uri = uri
Copy link
Member

Choose a reason for hiding this comment

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

This makes sense to me, ditching the extra ref if it matches what we check out -- thanks for the fix!

@techalchemy
Copy link
Member

Excellent, just in time for a point release!

@techalchemy techalchemy merged commit ebac4f5 into sarugaku:master Oct 8, 2018
@jxltom jxltom deleted the support-ref-with-@ branch October 8, 2018 05:01
@jxltom
Copy link
Contributor Author

jxltom commented Oct 8, 2018

Cool! I'm sure the next release of pipenv will an awesome one.

techalchemy added a commit that referenced this pull request Mar 31, 2020
Support editable package with ref using @
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.

2 participants