-
Notifications
You must be signed in to change notification settings - Fork 11
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
SafeUInt64(SafeUInt128(typemax(UInt64)))
throws
#44
Comments
thanks -- |
The current fix is overwriting the source with these:
I am having difficulty with an unrelated hiccup in the automerge. So the above should work meanwhile. |
All is copacetic with the current version 3.4.3 afaik -- I am glad you found that bug. |
Yep. Can confirm. Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Converting a value representable as a UInt64, but not as an Int64 to SafeUInt64 can throw. For example:
The text was updated successfully, but these errors were encountered: