Skip to content

Bump Pkg to latest tip of release-1.6 #39258

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

Merged
merged 2 commits into from
Jan 15, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ Multi-threading changes

* Locks now automatically inhibit finalizers from running, to avoid deadlock ([#38487]).
* New function `Base.Threads.foreach(f, channel::Channel)` for multithreaded `Channel` consumption ([#34543]).
* There is no longer a restriction on the number of threads ([#36778]).

Build system changes
--------------------
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
c09d8e4ba28b2a980982086a7a271367
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
a148610b9ab6481243d29bf73e83f8bc9d8f3df3fc533abb69113e46dba695b524d2cc5717ab3d743d7a0e32454c2acb633686652e41b692e7cb7a0c8000a543

This file was deleted.

This file was deleted.

8 changes: 3 additions & 5 deletions doc/src/manual/environment-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,11 +190,9 @@ a master process to establish a connection before dying.
### [`JULIA_NUM_THREADS`](@id JULIA_NUM_THREADS)

An unsigned 64-bit integer (`uint64_t`) that sets the maximum number of threads
available to Julia. If `$JULIA_NUM_THREADS` exceeds the number of available
CPU threads (logical cores), then the number of threads is set to the number of CPU threads. If
`$JULIA_NUM_THREADS` is not positive or is not set, or if the number of CPU
threads cannot be determined through system calls, then the number of threads is
set to `1`.
available to Julia. If `$JULIA_NUM_THREADS` is not positive or is not set, or if
the number of CPU threads cannot be determined through system calls, then the number
of threads is set to `1`.

!!! note

Expand Down
2 changes: 1 addition & 1 deletion stdlib/Pkg.version
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
PKG_BRANCH = release-1.6
PKG_SHA1 = df09a610dad721771243cabcb387324d883ca6c9
PKG_SHA1 = 537a70350545bfd8f4fe915c6ec9a06708958bb7