-
Notifications
You must be signed in to change notification settings - Fork 184
add lexicographic vers scheme #443
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
base: main
Are you sure you want to change the base?
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as resolved.
This comment was marked as resolved.
is there a specification for this, or is it just UTF8 byte compare? some UTF8 to play with
|
I would argue that it is strict byte comparison. |
I have updated it using byte comparison now: https://github.com/immqu/univers/blob/lexicographic-scheme/src/univers/versions.py#L149 |
Add a lexicographic versioning scheme which compares versions simply as strings
Addresses #265