UInt(-1) yields an obscure error message #30247
Labels
display and printing
Aesthetics and correctness of printed representations of objects.
error handling
Handling of exceptions by Julia or the user
It would be nice if this error was a little less opaque; even something like
DomainError
would be easier to understand thanInexactError: check_top_bit(Int64, -1)
.The text was updated successfully, but these errors were encountered: