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

Fix MethodError when warning about a toplevel module #52782

Merged
merged 1 commit into from
Jan 6, 2024

Conversation

staticfloat
Copy link
Sponsor Member

@IanButterworth
Copy link
Sponsor Member

This will mean the warning could be noisy, repeatedly warning about moved already loaded top level module.. but that seems highly unlikely in the wild..

@IanButterworth IanButterworth added the status:merge me PR is reviewed. Merge when all tests are passing label Jan 6, 2024
@IanButterworth IanButterworth merged commit 0cb5a0e into master Jan 6, 2024
5 of 8 checks passed
@IanButterworth IanButterworth deleted the sf/already_loaded_nothing_fix branch January 6, 2024 19:11
@vtjnash
Copy link
Sponsor Member

vtjnash commented Jan 6, 2024

Why is this adding the UUID, rather than the PkgId? It seems incorrect to use a UUID, since the distinct value is the tuple of name and UUID, not UUID alone (as this crash demonstrated as well)

@IanButterworth IanButterworth removed the status:merge me PR is reviewed. Merge when all tests are passing label Jan 13, 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.

None yet

3 participants