You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
… Base.OneTo})` (#53991)
We assumed, falsely, that `length(inds) isa Int`. The length must be
convertible to an `Int` or we throw, but that conversion may need to be
explicitly performed.
Fixes#53990
CC @oscardssmith@vtjnash@odow
(cherry picked from commit e4f2124)
Reported by @odow in #53896 (comment). This is because
length(::UnitRange{UInt}) isa Int
does not hold.Introduced in #53896.
The text was updated successfully, but these errors were encountered: