Skip to content

Import typesof from Base instead of InteractiveUtils #132

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

Merged
merged 2 commits into from
Jun 18, 2025

Conversation

serenity4
Copy link
Contributor

typesof was defined in Base, and simply used by InteractiveUtils. JuliaLang/julia#57909 removed the using statement from InteractiveUtils, breaking the import. This PR fixes that.

serenity4 and others added 2 commits April 29, 2025 19:26
`typesof` was defined in Base, and simply used by InteractiveUtils. A recent commit removed the `using` from InteractiveUtils, breaking the import.
@serenity4
Copy link
Contributor Author

Given that the change is completely neutral, I don't think test failures are related.

@serenity4
Copy link
Contributor Author

Could someone merge this? That's a very simple change and it fixes a warning on nightly.

@Pangoraw Pangoraw merged commit 16d28d9 into FluxML:master Jun 18, 2025
2 of 8 checks passed
@Pangoraw
Copy link
Collaborator

Thanks!

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.

2 participants