We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26de770 commit 82a0026Copy full SHA for 82a0026
src/axes.jl
@@ -138,8 +138,8 @@ end
138
# to evaluate CartesianIndices for BigInt ranges, as their axes are also BigInt ranges
139
Base.AbstractUnitRange{T}(r::IdOffsetRange) where {T<:Integer} = IdOffsetRange{T}(r)
140
141
-# A version upper bound on this may be set after https://github.com/JuliaLang/julia/pull/40038 is merged
142
-if v"1.6" <= VERSION
+# https://github.com/JuliaLang/julia/pull/40038
+if v"1.6" <= VERSION < v"1.9.0-DEV.642"
143
Base.OrdinalRange{T,T}(r::IdOffsetRange) where {T<:Integer} = IdOffsetRange{T}(r)
144
end
145
0 commit comments