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

staticdata: corrected implementation of jl_collect_new_roots #57407

Merged
merged 1 commit into from
Feb 14, 2025

Conversation

vtjnash
Copy link
Member

@vtjnash vtjnash commented Feb 14, 2025

This seems basically the same as #57212, but from computing and using method_roots_list wrong instead here (specifically the recursively part). Fix it by integrating jl_collect_new_roots with the places we actually need it.

Fixes #56994

@vtjnash vtjnash added the backport 1.12 Change should be backported to release-1.12 label Feb 14, 2025
@KristofferC KristofferC mentioned this pull request Feb 14, 2025
23 tasks
This seems basically the same as #57212, but from computing and using
`method_roots_list` wrong instead here (specifically the recursively
part). Fix it by integrating `jl_collect_new_roots` with the places we
actually need it.

Fixes #56994
@vtjnash vtjnash added the merge me PR is reviewed. Merge when all tests are passing label Feb 14, 2025
@fingolfin fingolfin merged commit f5f6d41 into master Feb 14, 2025
8 checks passed
@fingolfin fingolfin deleted the jn/56994 branch February 14, 2025 21:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport 1.12 Change should be backported to release-1.12 merge me PR is reviewed. Merge when all tests are passing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Failed assertion during IR decompression
2 participants