-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
🤖 [master] Bump the Distributed stdlib from 6c7cdb5 to c613685 #56825
🤖 [master] Bump the Distributed stdlib from 6c7cdb5 to c613685 #56825
Conversation
Bump @vchuravy |
I haven't reviewed most PRs that got merged, I don't have the bandwidth for Distributed.jl these days. |
Maybe also cc @jpsamaroo |
Yes @jpsamaroo probably is best. Perhaps @JamesWrigley too. I only was able to look into some housekeeping |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If someone wants to review functional changes in depth.
The following is a list of changes that do not include CI maintenance and document formatting changes.
- BUG: fix undefined value error
Fix RemoteChannel iterator interface #100 - ENH: Use
SIGQUIT
instead ofSIGTERM
#103 - API: Add a
wait(::[Abstract]WorkerPool)
#106 - API: Implement
Base.isempty(::RemoteChannel)
#107 - DOC: Adding better docs to exeflags kwarg for
addprocs
#108
Other CI maintenance and document formatting changes look good to me.
On a side note, I've found that it helps to quickly review a large number of commits
if we squash the commits by default and add categories to the commit messages.
I'm using scipy style: Writing the commit message
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be good to go, I would just keep an eye out to make sure the SIGQUIT changes don't cause any issues with CI cleanup (not that I would expect it to).
Stdlib: Distributed
URL: https://github.com/JuliaLang/Distributed.jl
Stdlib branch: master
Julia branch: master
Old commit: 6c7cdb5
New commit: c613685
Julia version: 1.12.0-DEV
Distributed version: 1.11.0(Does not match)
Bump invoked by: @DilumAluthge
Powered by: BumpStdlibs.jl
Diff: JuliaLang/Distributed.jl@6c7cdb5...c613685