Skip to content

Commit c1f27d2

Browse files
🤖 [backports-release-1.12] Bump the Distributed stdlib from 51e5297 to 3679026 (#58910)
Stdlib: Distributed URL: https://github.com/JuliaLang/Distributed.jl Stdlib branch: master Julia branch: backports-release-1.12 Old commit: 51e5297 New commit: 3679026 Julia version: 1.12.0-beta4 Distributed version: 1.11.0(Does not match) Bump invoked by: @DilumAluthge Powered by: [BumpStdlibs.jl](https://github.com/JuliaLang/BumpStdlibs.jl) Diff: JuliaLang/Distributed.jl@51e5297...3679026 ``` $ git log --oneline 51e5297..3679026 3679026 Merge pull request #137 from JuliaLang/dpa/dont-use-link-local 875cd5a Rewrite the code to be a bit more explicit 2a6ee53 Non-link-local IP4 > non-link-local IP6 > link-local IP4 > link-local IP6 c0e9eb4 Factor functionality out into separate `choose_bind_addr()` function 86cbb8a Add explanation 0b7288c Worker: Bind to the first non-link-local IPv4 address ff8689a Merge pull request #131 from JuliaLang/spawnat-docs ba3c843 Document that `@spawnat :any` doesn't do load-balancing ``` Co-authored-by: DilumAluthge <5619885+DilumAluthge@users.noreply.github.com>
1 parent aa56078 commit c1f27d2

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
fdf2e62fcaed6aa5ad69bca405329675
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2361fc4ccad83139cf728f14fa38466f075fbf93dddfac533af8f5c0c35d6b86511881b7b97a95ee59f858ba9a33428d3514ac3bd605b745b002a673acfc3190

‎deps/checksums/Distributed-51e52978481835413d15b589919aba80dd85f890.tar.gz/md5

Lines changed: 0 additions & 1 deletion
This file was deleted.

‎deps/checksums/Distributed-51e52978481835413d15b589919aba80dd85f890.tar.gz/sha512

Lines changed: 0 additions & 1 deletion
This file was deleted.

‎stdlib/Distributed.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
DISTRIBUTED_BRANCH = master
2-
DISTRIBUTED_SHA1 = 51e52978481835413d15b589919aba80dd85f890
2+
DISTRIBUTED_SHA1 = 3679026d7b510befdedfa8c6497e3cb032f9cea1
33
DISTRIBUTED_GIT_URL := https://github.com/JuliaLang/Distributed.jl
44
DISTRIBUTED_TAR_URL = https://api.github.com/repos/JuliaLang/Distributed.jl/tarball/$1

0 commit comments

Comments
 (0)