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

5.99.999 is valid occurding to semver.org but does not parse #36

Open
kp-cat opened this issue Jul 31, 2022 · 1 comment
Open

5.99.999 is valid occurding to semver.org but does not parse #36

kp-cat opened this issue Jul 31, 2022 · 1 comment

Comments

@kp-cat
Copy link
Contributor

kp-cat commented Jul 31, 2022

Hi,

I think I found a bug.

5.99.999 is valid occurding to semver.org but does not parse:

auto v = semver::from_string("5.99.999");

I get an exception:

C++ exception with description "semver::version::from_string invalid version."
@kp-cat
Copy link
Contributor Author

kp-cat commented Jul 31, 2022

I think I found another one:

auto ver = semver::from_string("1.9.1-1");

I get the same exception 😞

C++ exception with description "semver::version::from_string invalid version."

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