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

Backports for 1.9.0-beta2 #48026

Merged
merged 7 commits into from
Dec 29, 2022
Merged

Backports for 1.9.0-beta2 #48026

merged 7 commits into from
Dec 29, 2022

Commits on Dec 28, 2022

  1. Initialize the rng of external threads (#47956)

    * Initialize the rng of external threads with uv_random
    
    (cherry picked from commit 4c2a431)
    gbaraldi authored and KristofferC committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    e53a8d2 View commit details
    Browse the repository at this point in the history
  2. Add option to jl_print_task_backtraces(bool) to control whether or …

    …not to print DONE tasks (#47933)
    
    Add option to `jl_print_task_backtraces(bool)` to control whether or not to print DONE tasks
    
    This lets you print all live tasks, with less noise in the logs, in case
    it's been a while since the last GC.
    
    In some cases, we are seeing many thousands of DONE Tasks, which greatly
    increase the noise in the logs, and can overwhelm the DataDog logging.
    
    The API now takes a bool, which can allow us to control this setting, letting us print
    the DONE tasks if the user wants to, but also hide them if desired.
    
    (cherry picked from commit 8324512)
    NHDaly authored and KristofferC committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    1a697e4 View commit details
    Browse the repository at this point in the history
  3. [CompilerSupportLibraries_jll] Add libssp as product on Windows (#4…

    …8012)
    
    (cherry picked from commit 82fbf54)
    giordano authored and KristofferC committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    8089822 View commit details
    Browse the repository at this point in the history
  4. Change permissions of stdlib pkgimgs (#48019)

    * Change permissions of pkgimgs
    
    * Update base/loading.jl
    
    Co-authored-by: Elliot Saba <[email protected]>
    
    Co-authored-by: Elliot Saba <[email protected]>
    (cherry picked from commit 58d9c87)
    gbaraldi authored and KristofferC committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    6ae7827 View commit details
    Browse the repository at this point in the history
  5. Replace dynamic dispatch with runtime branch on rev keyword in sort…

    …perm (#47966)
    
    (cherry picked from commit 6ac5159)
    LilithHafner authored and KristofferC committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    ef913f8 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #47940 from Seelengrab/bump_pcre

    [PCRE2_jll] Upgrade to 10.42
    
    (cherry picked from commit 1c7cdd5)
    KristofferC committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    ba741a4 View commit details
    Browse the repository at this point in the history
  7. Format extensions with parent in @time_imports report (#47945)

    (cherry picked from commit 6d4132b)
    IanButterworth authored and KristofferC committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    9fa0fcf View commit details
    Browse the repository at this point in the history