Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare doctests for Julia v1.6 #27

Closed
jmert opened this issue Jul 8, 2020 · 1 comment
Closed

Prepare doctests for Julia v1.6 #27

jmert opened this issue Jul 8, 2020 · 1 comment

Comments

@jmert
Copy link
Owner

jmert commented Jul 8, 2020

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.

@jmert
Copy link
Owner Author

jmert commented Dec 11, 2021

Closed by 236cac3.

@jmert jmert closed this as completed Dec 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant