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 Julia 1.11.3 #56652

Merged
merged 6 commits into from
Nov 24, 2024
Merged

Backports for Julia 1.11.3 #56652

merged 6 commits into from
Nov 24, 2024

Commits on Nov 22, 2024

  1. fix precompile(::MethodInstance) ccall signature (#56595)

    Prevents calling this method from triggering undefined behavior in C
    
    (cherry picked from commit b6eeef2)
    vtjnash authored and KristofferC committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    580b2b8 View commit details
    Browse the repository at this point in the history
  2. Revert "Extensions: make loading of extensions independent of what pa…

    …ckages are in the sysimage (#52841)"
    
    This reverts commit 08d229f.
    KristofferC authored and topolarity committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    c588de6 View commit details
    Browse the repository at this point in the history
  3. fix lookup when extension is in [deps]

    KristofferC authored and topolarity committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    79b1263 View commit details
    Browse the repository at this point in the history
  4. [release-backports-1.11] Revert "Extensions: make loading of extensio…

    …ns independent of what packages are in the sysimage (#52841)" (#56658)
    
    This is a backport of #56234
    
    It reverts commit 08d229f (and
    backports ad1dc39, which was included
    in the revert PR).
    topolarity authored Nov 22, 2024
    Configuration menu
    Copy the full SHA
    57c2249 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2024

  1. Configuration menu
    Copy the full SHA
    fc0c816 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    73a6d8e View commit details
    Browse the repository at this point in the history