https://github.com/JuliaLang/julia
Revision d309c4b60e2bf3502f5dfca563e6391e175eb99b authored by Galen Lynch on 19 January 2019, 01:26:47 UTC, committed by Kristoffer Carlsson on 11 February 2019, 12:36:41 UTC
The example demonstrating the use of RemoteChannel does not work in Julia 0.7+,
due to new scoping of variables inside of for loops. Consequently, the example
would not work as intended. Adding global scope to the variable corrects this
problem.

(cherry picked from commit 082ec8841202c2d1876c0290f49813120a7e8a2b)
1 parent 4728b66
History
Tip revision: d309c4b60e2bf3502f5dfca563e6391e175eb99b authored by Galen Lynch on 19 January 2019, 01:26:47 UTC
Fix RemoteChannel example in parallel-computing.md
Tip revision: d309c4b
File Mode Size
.circleci
.github
base
contrib
deps
doc
etc
src
stdlib
test
ui
.freebsdci.sh -rwxr-xr-x 1.2 KB
.gitattributes -rw-r--r-- 67 bytes
.gitignore -rw-r--r-- 246 bytes
.mailmap -rw-r--r-- 11.0 KB
.travis.yml -rw-r--r-- 6.9 KB
CONTRIBUTING.md -rw-r--r-- 21.1 KB
DISTRIBUTING.md -rw-r--r-- 23.6 KB
HISTORY.md -rw-r--r-- 238.0 KB
LICENSE.md -rw-r--r-- 5.1 KB
Make.inc -rw-r--r-- 36.4 KB
Makefile -rw-r--r-- 28.9 KB
NEWS.md -rw-r--r-- 12.7 KB
README.arm.md -rw-r--r-- 5.7 KB
README.md -rw-r--r-- 29.3 KB
README.windows.md -rw-r--r-- 13.0 KB
VERSION -rw-r--r-- 10 bytes
Windows.inc -rw-r--r-- 1.5 KB
appveyor.yml -rw-r--r-- 2.6 KB

README.md

back to top