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

Doctest fixing broken on Julia 1.5/nightly #1337

Closed
mortenpi opened this issue Jun 12, 2020 · 1 comment · Fixed by #1389
Closed

Doctest fixing broken on Julia 1.5/nightly #1337

mortenpi opened this issue Jun 12, 2020 · 1 comment · Fixed by #1389

Comments

@mortenpi
Copy link
Member

julia> 1 + 2

julia> 3 + 4

becomes

julia> 1 + 2
3
3
3j3u3l3i3a3>3 333 3+3 343

Julia 1.4 and below are fine. This is causing the nightly failures.

@mortenpi mortenpi added this to the 0.25.0 milestone Jun 12, 2020
@mortenpi mortenpi modified the milestones: 0.25.0, 0.25.1 Jun 30, 2020
@mortenpi mortenpi removed this from the 0.25.1 milestone Jul 20, 2020
@mortenpi
Copy link
Member Author

mortenpi commented Aug 6, 2020

The specific doctest fails here:

newcode *= replace(code[nextind(code, last(inputidx)):end], result.output => str, count = 1)

due to JuliaLang/julia#36953 (result.output happens to be an empty string in this test).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant