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

Cache utility accepts the sementic version #30

Closed
hililh opened this issue Feb 21, 2018 · 2 comments
Closed

Cache utility accepts the sementic version #30

hililh opened this issue Feb 21, 2018 · 2 comments
Assignees

Comments

@hililh
Copy link

hililh commented Feb 21, 2018

Cache utility accepts the sementic version. I have a usecase where for go tool, user can enter 1.10 instead of 1.10.0. Cache utility fails because, semver function expecting patch to be available.

Go, doent specify the patch if it doesn't available in the version list. I have to workaround currently to bypass this problem.

@stephenmichaelf stephenmichaelf self-assigned this Feb 21, 2018
@stephenmichaelf
Copy link
Member

@hililh I think the workaround on your side is the best way to address this. Semantic versioning is standard and we pass off the version checking to a library that handles it, semver. Since this is a very specific use case of not following semantic versioning I would say it's unlikely we change the library to handle it.

@bryanmacfarlane Any other thoughts?

@stephenmichaelf
Copy link
Member

Going to close this. Please reopen if you have further questions.

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

No branches or pull requests

2 participants