JuliaLang / Distributed.jl

Create and control multiple Julia processes remotely for distributed computing. Ships as a Julia stdlib.
https://docs.julialang.org/en/v1/stdlib/Distributed/
MIT License
20 stars 8 forks source link

Fix RemoteChannel iterator interface #100

Open danielwe opened 2 months ago

danielwe commented 2 months ago

Just a missing import

danielwe commented 2 months ago

CI seems to be running new tests with old code

LilithHafner commented 2 months ago

Strange. The source diff LGTM, and I can confirm locally that it fixes an undefined value error.

I don't know what is going on with the tests and am not familiar with the testing infrastructure of this repo.