julia icon indicating copy to clipboard operation
julia copied to clipboard

[manual] Mention `import Foo as _`

Open ericphanson opened this issue 6 months ago • 2 comments

For loading packages just for their side-effects. Discussed here: https://discourse.julialang.org/t/is-there-tooling-to-mark-unused-imports/129638/7

ericphanson avatar Jun 07 '25 16:06 ericphanson

Hello! I am a bot.

Thank you for your pull request!

I have assigned @JeffBezanson to this pull request.

@JeffBezanson can either choose to review this pull request themselves, or they can choose to find someone else to review this pull request.

Note: If you are a Julia committer, please make sure that your organization membership is public.

github-actions[bot] avatar Jun 07 '25 16:06 github-actions[bot]

if we merge https://github.com/JuliaLang/julia/pull/58681 we should update the docs to recommend using Foo: _ over using Foo: Foo as _ on recent Julia's.

ericphanson avatar Jun 09 '25 22:06 ericphanson