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

Check for incorrect version strings (including an v at the beginning) #523

Open
JJ opened this issue Aug 8, 2020 · 0 comments
Open

Check for incorrect version strings (including an v at the beginning) #523

JJ opened this issue Aug 8, 2020 · 0 comments

Comments

@JJ
Copy link
Contributor

JJ commented Aug 8, 2020

Some distributions have a version string that includes an v, but that is incorrect, since it creates a version that is, first, less than any version without the V (so if you need 0.0.1+ it will fail), and second, it explicitly includes the v in it.
So my proposal would be to check for those strings starting now, and flag them as incorrect.
Maybe run a test over existing distributions too, and create automatically issues and/or PRs.

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

1 participant