This repository has been archived by the owner on Mar 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 23
Formatting fails for typemin(T<:Integer)
#110
Comments
Digging a bit, it fails because we cannot compute the absolute value of julia> abs(typemin(Int8))
-128 This makes the following logic break: Lines 107 to 139 in e4c9f60
|
Note that this is not broken if you use Format instead of |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Consider
The first test (for
typemin
) crashes with the errorThe text was updated successfully, but these errors were encountered: