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

Make sure reachable_var not falls into infinite recusion. #48135

Merged
merged 2 commits into from
Jan 7, 2023

Conversation

N5N3
Copy link
Member

@N5N3 N5N3 commented Jan 5, 2023

Fix the regression caused by 36cd9c6.
This caused a precompile failure in Pkgeval (https://s3.amazonaws.com/julialang-reports/nanosoldier/pkgeval/by_hash/36cd9c6_vs_79e29e3/AngularMomentumAlgebra.primary.log).
Test added.

@N5N3 N5N3 added types and dispatch Types, subtyping and method dispatch backport 1.9 Change should be backported to release-1.9 labels Jan 5, 2023
Copy link
Member

@vtjnash vtjnash left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. I think current_env_length is on your other PR though?

/Users/administrator/.julia/scratchspaces/a66863c6-20e8-4ff4-8a62-49f30b1f605e/agent-cache/default-macmini-aarch64-1.0/build/default-macmini-aarch64-1-0/julialang/julia-master/src/subtype.c:2320:15: error: implicit declaration of function 'current_env_length' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
    int len = current_env_length(e);

@N5N3 N5N3 merged commit de73c26 into JuliaLang:master Jan 7, 2023
@N5N3 N5N3 deleted the inter-fix3 branch January 7, 2023 10:39
@KristofferC KristofferC mentioned this pull request Jan 10, 2023
41 tasks
KristofferC pushed a commit that referenced this pull request Jan 16, 2023
@KristofferC KristofferC removed the backport 1.9 Change should be backported to release-1.9 label Jan 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
types and dispatch Types, subtyping and method dispatch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants