julia
1cead2b9
- trimming: Avoid `using` indirectly-loaded packages (#57589)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
288 days ago
trimming: Avoid `using` indirectly-loaded packages (#57589) Although a package is loaded, we may not have top-level `using` rights. Instead, we need to pull the Module straight out of the loaded modules array in order to do these hacks.
References
#57589 - trimming: Avoid `using` indirectly-loaded packages
Author
topolarity
Parents
5b06efc3
Loading