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
Running PaddedView(missing, 1:7, (-2:7,)) in the REPL outputs this:
10-element PaddedView(missing, ::UnitRange{Int64}, (-2:7,)) with eltype Union{Missing, Int64} with indices -2:7:
missing
missing
missing
1
2
3
4
5
6
7
This line @show PaddedView(missing, 1:7, (-2:7,)) in a runtests.jl for a package ExamplePackage (where Pkg>test ExamplePackage was used to run tests) shows this (using the latest release of PaddedViews):
Running
PaddedView(missing, 1:7, (-2:7,))
in the REPL outputs this:This line
@show PaddedView(missing, 1:7, (-2:7,))
in aruntests.jl
for a package ExamplePackage (wherePkg>test ExamplePackage
was used to run tests) shows this (using the latest release of PaddedViews):This behavior only happens with prepended padding, appended padding outputs the same result in both REPL and runtests.jl:
The text was updated successfully, but these errors were encountered: