-
Notifications
You must be signed in to change notification settings - Fork 1
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
Known crashes #4
Comments
|
Injex
Rand The problem was because of sorting the versions directly, this would cause 1.9.0 to be greater than 1.25.0, but that’s not true. Now, we make ‘version objects’ and sort those instead , rather than sorting strings. |
Closed
Crash on fast-kd:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
rand
:This appears to be due to
version='alpha.2
Possibly helpful:
The text was updated successfully, but these errors were encountered: