-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Wrong InexactError in Bool expression #8523
Comments
I see this line in "range.jl":
This unconditionally evaluates |
"range.jl" is in base... |
Yes, changing the |
Might also be the fault of Line 33 in 74b5c9a
uint(0):uint(5) but not char(0):char(5)
|
I don't think this line is at fault. In this case, this line tries to convert a negative integer to a character, which is not defined. However, its inputs are |
See #8524 |
|
This expression from JSON.jl (line 11) yields InexactError since today:
The problem seems to be the lower bound
'\x00'
of the character range.The text was updated successfully, but these errors were encountered: