ExplicitImports.jl icon indicating copy to clipboard operation
ExplicitImports.jl copied to clipboard

what about stale non-explicit imports?

Open ericphanson opened this issue 1 year ago • 2 comments

we will suggest converting e.g. using Foo into using Foo: Foo, even if you don't even need Foo at all!

That seems non-ideal

ericphanson avatar Mar 23 '24 01:03 ericphanson

does this seem fixable? I think it leads to stale deps (because e.g. Aqua's stale deps check also won't complain, because we have the using Foo: Foo line)

nickrobinson251 avatar Aug 25 '25 11:08 nickrobinson251

It should be, in principle we collect all the info needed to determine this

ericphanson avatar Aug 25 '25 11:08 ericphanson