-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Parse semantic version string correctly #49018
Conversation
The previous `awk` pattern did not split out the 'build' portion of the version correctly.
How would we get a build version into here? You mean if someone has written e.g. |
Right. We run a custom build of Julia with some things added as well as some backported features. This is one way in which we can determine whether we're running with our custom build or with stock Julia (checking |
I see. Sure, seems reasonable enough! |
Parse semantic version string correctly
Parse semantic version string correctly
Parse semantic version string correctly
Parse semantic version string correctly
Parse semantic version string correctly
Parse semantic version string correctly
Parse semantic version string correctly
Parse semantic version string correctly
Parse semantic version string correctly
Parse semantic version string correctly
Parse semantic version string correctly
Parse semantic version string correctly
Parse semantic version string correctly
Parse semantic version string correctly
Parse semantic version string correctly
The previous
awk
pattern did not split out the 'build' portion of the version correctly. See details on semantic versions here.