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
The JuliaLang/julia#36107 PR changed how type aliases are printed, and that has the consequence that every occurrence of a doctest that shows a static vector has changed from a summary line like
julia> CMB.Sphere.ẑ
3-element SArray{Tuple{3},Int64,1,3} with indices SOneTo(3):
...
to
julia> CMB.Sphere.ẑ
3-element SVector{3,Int64} with indices SOneTo(3):
...
The nightly CI doctests are now failing due to this change, so before 1.6 gets branched this issue will need to be sorted out.
The text was updated successfully, but these errors were encountered:
The JuliaLang/julia#36107 PR changed how type aliases are printed, and that has the consequence that every occurrence of a doctest that shows a static vector has changed from a summary line like
to
The nightly CI doctests are now failing due to this change, so before 1.6 gets branched this issue will need to be sorted out.
The text was updated successfully, but these errors were encountered: