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 RC-1.7 #42217

Merged
merged 9 commits into from
Sep 12, 2021
Merged

Commits on Sep 11, 2021

  1. Bump LLVM version to fix x86 stackprobe issue (#42171)

    (cherry picked from commit bea33d6)
    staticfloat authored and KristofferC committed Sep 11, 2021
    Configuration menu
    Copy the full SHA
    32db554 View commit details
    Browse the repository at this point in the history
  2. Base.julia_cmd(): correctly forward the --sysimage-native-code=no

    … flag if it is provided (#42185)
    
    (cherry picked from commit f6b38a6)
    DilumAluthge authored and KristofferC committed Sep 11, 2021
    Configuration menu
    Copy the full SHA
    0f32edf View commit details
    Browse the repository at this point in the history
  3. bugfix: properly import Base.cis into LinearAlgebra (#42164)

    Certain methods, e.g.,
    `cis(::Union{RealHermSymComplexHerm,SymTridiagonal{<:Real}})`,
    were not imported properly.
    
    (cherry picked from commit c4f0d8b)
    olof3 authored and KristofferC committed Sep 11, 2021
    Configuration menu
    Copy the full SHA
    34f5366 View commit details
    Browse the repository at this point in the history
  4. CI (Buildkite, code coverage): increase the value of `JULIA_WORKER_TI…

    …MEOUT` on the code coverage job (#42193)
    
    (cherry picked from commit 1709f79)
    DilumAluthge authored and KristofferC committed Sep 11, 2021
    Configuration menu
    Copy the full SHA
    2d7623d View commit details
    Browse the repository at this point in the history
  5. CI (Buildkite, code coverage): Fail the code coverage job is the cove…

    …rage is suspiciously low (#42213)
    
    (cherry picked from commit e65296f)
    DilumAluthge authored and KristofferC committed Sep 11, 2021
    Configuration menu
    Copy the full SHA
    da4803b View commit details
    Browse the repository at this point in the history
  6. CI (Buildkite, GHA): Allow any user with triage or commit permissions…

    … to retry all failed Buildkite jobs (#42138)
    
    (cherry picked from commit 5047920)
    DilumAluthge authored and KristofferC committed Sep 11, 2021
    Configuration menu
    Copy the full SHA
    ce61a82 View commit details
    Browse the repository at this point in the history
  7. fix typos in Xoshiro RNG implementation (#42201)

    * fix typos in Xoshiro RNG implementation
    
    (cherry picked from commit 45ad13b)
    KristofferC committed Sep 11, 2021
    Configuration menu
    Copy the full SHA
    3880f59 View commit details
    Browse the repository at this point in the history
  8. Backport PR #42178 to 1.7

    (cherry picked from commit a11c1df)
    sostock authored and KristofferC committed Sep 11, 2021
    Configuration menu
    Copy the full SHA
    f256354 View commit details
    Browse the repository at this point in the history
  9. Eagerly do boundscheck when indexing into CartesianIndices (#42119)

    (cherry picked from commit 15b9851)
    johnnychen94 authored and KristofferC committed Sep 11, 2021
    Configuration menu
    Copy the full SHA
    58cbcf3 View commit details
    Browse the repository at this point in the history