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})
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
toInt
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