akosuas

Results 2 comments of akosuas

I just encountered something similar when trying to `reshape` an `Array` where the length was given as Int32 instead of Int64: ``` julia> using OffsetArrays julia> which(Base.reshape, (Array{Float64, 1}, Int32))...

Ah, my bad - hadn't thought to try it, assumed the Base one would accept any Integer. Yes - that StackOverflowError is how I found this! My original case that...