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

Upgrade documenter, fix doctests #21473

Merged
merged 4 commits into from
Apr 23, 2017
Merged

Upgrade documenter, fix doctests #21473

merged 4 commits into from
Apr 23, 2017

Conversation

tkelman
Copy link
Contributor

@tkelman tkelman commented Apr 21, 2017

run NEWS-update, fix a dead link, add a linkcheck exception for a site that oddly doesn't load correctly from nanosoldier (was previously whitelisted here https://github.com/JuliaLang/julia/blob/v0.5.1/doc/conf.py#L100 but documenter only just added that functionality)

@tkelman
Copy link
Contributor Author

tkelman commented Apr 21, 2017

looks like travis on mac failed to download one of the homebrew bottles and timed out building llvm from source

@@ -90,7 +90,7 @@ down into eval?
[jl_get_builtin_hooks()](https://github.com/JuliaLang/julia/blob/master/src/init.c) initialises
global C pointers to Julia globals defined in `boot.jl`.

[jl_init_box_caches()](https://github.com/JuliaLang/julia/blob/master/src/alloc.c) pre-allocates
[jl_init_box_caches()](https://github.com/JuliaLang/julia/blob/master/src/datatype.c) pre-allocates
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have this fixed in #21464

#20648 was partially reverted by #20782
bugs.kde.org fails to load from nanosoldier for some reason,
gives a CURLE_RECV_ERROR (56) Failure with receiving network data

fix alloc.c dead link in devdocs/init.md
needed to escape its arguments
@tkelman tkelman merged commit 217c806 into master Apr 23, 2017
@tkelman tkelman deleted the tk/doctests-etc branch April 23, 2017 01:27
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

Successfully merging this pull request may close these issues.

3 participants