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

Add mod version decoding to fix branches with capital letters #1298

Merged
merged 3 commits into from
Jul 8, 2019

Conversation

t-tomalak
Copy link
Member

What is the problem I am trying to address?

To properly handle module version (branches) with capital letters.

How is the fix applied?

Added path decode for module version which caused issue for branches with capital letters. Used same function which is used to decode module names.

Mention the issue number it fixes or add the details of the changes if it doesn't have a specific issue.

Fixes #1292

@t-tomalak t-tomalak requested a review from a team as a code owner July 4, 2019 18:15
@t-tomalak
Copy link
Member Author

I'm thinking that we could probably add repository with branch which would have capital letter to athens-artifacts to handle such cases in our e2e tests.

Copy link
Member

@marpio marpio left a comment

Choose a reason for hiding this comment

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

Thank you Tomasz! LGTM

Copy link
Member

@arschles arschles left a comment

Choose a reason for hiding this comment

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

@t-tomalak thanks! :shipit: 🚀

@arschles arschles merged commit 91ac2c4 into gomods:master Jul 8, 2019
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.

Can't "go get" branches with capital letters in their name
3 participants