We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Base.OneTo(true)
v1.6:
julia> Base.OneTo(true) Base.OneTo(true)
nightly:
julia> Base.OneTo(true) ERROR: ArgumentError: invalid index: true of type Bool Stacktrace: [1] (::Base.var"#throwbool#84")(r::Bool) @ Base ./range.jl:453 [2] Base.OneTo{Bool}(stop::Bool) @ Base ./range.jl:454 [3] Base.OneTo(stop::Bool) @ Base ./range.jl:470 [4] top-level scope @ REPL[1]:1
The text was updated successfully, but these errors were encountered:
do you know what release changed this?
Sorry, something went wrong.
From #31829, which was a reaction to issue #31726
Does this come up in a real-world scenario?
Label as regression?
regression
No branches or pull requests
v1.6:
nightly:
The text was updated successfully, but these errors were encountered: