-
-
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
release-1.7: Backports for 1.7.1 #43297
Commits on Dec 2, 2021
-
Fix shell syntax in version_git.sh and remove warning. (#43196)
(cherry picked from commit 99f6558)
Configuration menu - View commit details
-
Copy full SHA for 5d9b496 - Browse repository at this point
Copy the full SHA 5d9b496View commit details -
Test: Fix indenting on verbose no-failure report (#43251)
(cherry picked from commit 6bea8e3)
Configuration menu - View commit details
-
Copy full SHA for 6bd952c - Browse repository at this point
Copy the full SHA 6bd952cView commit details -
[OpenBLAS_jll] Update to
v0.3.13+11
(#43300)This version has been rebuilt to have 32 threads by default, instead of 512 as it accidentally happened before. The large number of threads caused problems on some platforms, including `StackOverflowError`s. Fix #43008.
Configuration menu - View commit details
-
Copy full SHA for 62dfc0f - Browse repository at this point
Copy the full SHA 62dfc0fView commit details
Commits on Dec 11, 2021
-
datatype: finish layout corrections (#43306)
We still had some discrepancies between what the code thought could be computed for a layout, and what we actually could compute layout for. This hopefully makes those two computations now always give the same answers (with the assistance of the layout cache). Fixes #43303 (cherry picked from commit 30fe8cc)
Configuration menu - View commit details
-
Copy full SHA for 2a731a5 - Browse repository at this point
Copy the full SHA 2a731a5View commit details -
Update Documenter to 0.27.10. (#43264)
(cherry picked from commit 4486567)
Configuration menu - View commit details
-
Copy full SHA for a65e6c9 - Browse repository at this point
Copy the full SHA a65e6c9View commit details -
avoid un-necessary reconfigure step on deps/gmp (#43298)
(cherry picked from commit b6d31a1)
Configuration menu - View commit details
-
Copy full SHA for 3e2d610 - Browse repository at this point
Copy the full SHA 3e2d610View commit details -
Configuration menu - View commit details
-
Copy full SHA for 15f09d1 - Browse repository at this point
Copy the full SHA 15f09d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5839d18 - Browse repository at this point
Copy the full SHA 5839d18View commit details -
Configuration menu - View commit details
-
Copy full SHA for b54efed - Browse repository at this point
Copy the full SHA b54efedView commit details -
Look for package name in
[extras]
for Preferences (#43361)* Look for package name in `[extras]` When Preferences.jl set's a preferences in a non-top-level package, it adds that package to the `[extras]` entries in the project path. Package loading should have used thhose entries to map the module uuid to the key name in the Preferences.toml Fixes JuliaPackaging/Preferences.jl#24 Co-authored-by: Elliot Saba <staticfloat@gmail.com> (cherry picked from commit 8197c41)
Configuration menu - View commit details
-
Copy full SHA for 0a921be - Browse repository at this point
Copy the full SHA 0a921beView commit details -
[Distributed] Worker local race condition between put! and fetch for …
…Futures (#42339) * add local_lock to Future, use it in fetch and put! * add corrections to the remote/clientref logic * add memory ordering guarantees * serialize a (unlocked) copy of the future to avoid problems with the lock Co-authored-by: Jameson Nash <vtjnash@gmail.com> Co-authored-by: Takafumi Arakaki <aka.tkf@gmail.com> (cherry picked from commit 728cba3)
Configuration menu - View commit details
-
Copy full SHA for 2fa46e6 - Browse repository at this point
Copy the full SHA 2fa46e6View commit details -
(cherry picked from commit 4b97df7)
Configuration menu - View commit details
-
Copy full SHA for 7599df4 - Browse repository at this point
Copy the full SHA 7599df4View commit details