JuliaArrays / PaddedViews.jl

Add virtual padding to the edges of an array
Other
49 stars 9 forks source link

Error on x86 (32 bits) architecture #53

Closed Azzaare closed 3 years ago

Azzaare commented 3 years ago

During CI in Bibliography.jl on x86 architecture, the build of different packages (ImageCore, ImageBase, ImageInTerminal, ReferenceTests) fails due to the absence of _extended_axes(::Matrix{FixedPointNumbers.N0f8}, ::Tuple{Base.OneTo{Int32}, Base.OneTo{Int32}}, ::UnitRange{Int32})

Based on the code below, https://github.com/JuliaArrays/PaddedViews.jl/blob/15d6e46cf82d50defc8fb25431bac3083383fd6a/src/PaddedViews.jl#L270 there is no compatible method with Int32.

Would changing Int64 to Int break things in PaddedViews.jl?

I don't think it is that useful, but the CI failing tests can be found at https://github.com/Humans-of-Julia/Bibliography.jl/runs/3298001602