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

Do not use semver library for repo index #518

Merged
merged 4 commits into from
Jul 9, 2019

Conversation

alenkacz
Copy link
Contributor

@alenkacz alenkacz commented Jul 8, 2019

What type of PR is this?
/kind bug

What this PR does / why we need it:
Right now there is no nice way to print out constraints as a string which is giving us errors like this one
no operator of given name pkg/kudoctl/util/repo/testdata/zk and version &{[[0xc000636740]]} found

I stopped using semver library for retrieving versions from index file. The reason is to get nicer error messages. We were using '*' as only constraint anyway.

Which issue(s) this PR fixes:

Special notes for your reviewer:

Does this PR introduce a user-facing change?:

NONE

Copy link
Member

@kensipe kensipe left a comment

Choose a reason for hiding this comment

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

🚢

@kensipe kensipe merged commit 4cf6a31 into master Jul 9, 2019
@alenkacz alenkacz deleted the av/no-semver-for-repo-index branch October 30, 2019 09:06
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.

None yet

3 participants