Skip to content
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

Merged
merged 12 commits into from
Dec 15, 2021
Merged

Commits on Dec 2, 2021

  1. Fix shell syntax in version_git.sh and remove warning. (#43196)

    (cherry picked from commit 99f6558)
    fredrikekre authored and KristofferC committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    5d9b496 View commit details
    Browse the repository at this point in the history
  2. Test: Fix indenting on verbose no-failure report (#43251)

    (cherry picked from commit 6bea8e3)
    IanButterworth authored and KristofferC committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    6bd952c View commit details
    Browse the repository at this point in the history
  3. [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.
    giordano authored Dec 2, 2021
    Configuration menu
    Copy the full SHA
    62dfc0f View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2021

  1. 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)
    vtjnash authored and KristofferC committed Dec 11, 2021
    Configuration menu
    Copy the full SHA
    2a731a5 View commit details
    Browse the repository at this point in the history
  2. Update Documenter to 0.27.10. (#43264)

    (cherry picked from commit 4486567)
    fredrikekre authored and KristofferC committed Dec 11, 2021
    Configuration menu
    Copy the full SHA
    a65e6c9 View commit details
    Browse the repository at this point in the history
  3. avoid un-necessary reconfigure step on deps/gmp (#43298)

    (cherry picked from commit b6d31a1)
    t-bltg authored and KristofferC committed Dec 11, 2021
    Configuration menu
    Copy the full SHA
    3e2d610 View commit details
    Browse the repository at this point in the history
  4. doc: manually URL encode single quote in URL to fix pdf build, fixes #…

    …43317. (#43359)
    
    (cherry picked from commit 2e9bbda)
    fredrikekre authored and KristofferC committed Dec 11, 2021
    Configuration menu
    Copy the full SHA
    15f09d1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5839d18 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b54efed View commit details
    Browse the repository at this point in the history
  7. 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 <[email protected]>
    (cherry picked from commit 8197c41)
    vchuravy authored and KristofferC committed Dec 11, 2021
    Configuration menu
    Copy the full SHA
    0a921be View commit details
    Browse the repository at this point in the history
  8. [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 <[email protected]>
    Co-authored-by: Takafumi Arakaki <[email protected]>
    (cherry picked from commit 728cba3)
    krynju authored and KristofferC committed Dec 11, 2021
    Configuration menu
    Copy the full SHA
    2fa46e6 View commit details
    Browse the repository at this point in the history
  9. add direct return of v_local

    (cherry picked from commit 4b97df7)
    krynju authored and KristofferC committed Dec 11, 2021
    Configuration menu
    Copy the full SHA
    7599df4 View commit details
    Browse the repository at this point in the history