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

precompilepkgs: fix is_direct_dep -> is_project_dep #56643

Merged
merged 2 commits into from
Nov 21, 2024

Conversation

IanButterworth
Copy link
Member

Fixes #56642

Missed rename from #55910
I think this is right @topolarity ?

@KristofferC
Copy link
Member

@topolarity, this needs a 1.11 backport I guess. We should probably have some package structure in the tests that hits this code path.

@topolarity
Copy link
Member

The change backported to 1.11 doesn't have this rename, because I was afraid of issues like this 🙂

Copy link
Member

@topolarity topolarity left a comment

Choose a reason for hiding this comment

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

Thanks, @IanButterworth !

@IanButterworth IanButterworth added the merge me PR is reviewed. Merge when all tests are passing label Nov 21, 2024
@topolarity topolarity merged commit 712b2e5 into master Nov 21, 2024
5 of 8 checks passed
@topolarity topolarity deleted the IanButterworth-patch-1 branch November 21, 2024 21:13
@topolarity topolarity removed the merge me PR is reviewed. Merge when all tests are passing label Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

UndefVarError: is_direct_dep not defined in Base.Precompilation
3 participants