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

Fix mention of Base.worker_timeout() in manual #30439

Merged
merged 1 commit into from
Dec 20, 2018

Conversation

mgkuhn
Copy link
Contributor

@mgkuhn mgkuhn commented Dec 18, 2018

The manual mentions at https://docs.julialang.org/en/v1/manual/environment-variables/#JULIA_WORKER_TIMEOUT-1 a function Base.worker_timeout() but the Julia 1.0.3 implementation has instead only a function Distributed.worker_timeout()

The manual mentions at https://docs.julialang.org/en/v1/manual/environment-variables/#JULIA_WORKER_TIMEOUT-1 a function Base.worker_timeout() but the implementation has instead only a function Distributed.worker_timeout()
@ararslan ararslan added docs This change adds or pertains to documentation backport pending 1.0 labels Dec 18, 2018
@KristofferC KristofferC mentioned this pull request Dec 20, 2018
52 tasks
@fredrikekre
Copy link
Member

Thanks, and welcome as a contributor!

@fredrikekre fredrikekre merged commit 258e08a into JuliaLang:master Dec 20, 2018
KristofferC pushed a commit that referenced this pull request Dec 27, 2018
The manual mentions at https://docs.julialang.org/en/v1/manual/environment-variables/#JULIA_WORKER_TIMEOUT-1 a function Base.worker_timeout() but the implementation has instead only a function Distributed.worker_timeout()

(cherry picked from commit 258e08a)
KristofferC pushed a commit that referenced this pull request Dec 30, 2018
The manual mentions at https://docs.julialang.org/en/v1/manual/environment-variables/#JULIA_WORKER_TIMEOUT-1 a function Base.worker_timeout() but the implementation has instead only a function Distributed.worker_timeout()

(cherry picked from commit 258e08a)
@KristofferC KristofferC mentioned this pull request Dec 30, 2018
53 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs This change adds or pertains to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants