ericphanson / ExplicitImports.jl

Developer tooling for Julia namespace management: detecting implicit imports, improper explicit imports, and improper qualified accesses
https://ericphanson.github.io/ExplicitImports.jl/
MIT License
62 stars 2 forks source link

Support earlier Julia versions #65

Open ericphanson opened 2 weeks ago

ericphanson commented 2 weeks ago

Ideally back to 1.0, since that's what Aqua uses currently. This will mean adding a dependency on Compat and adding @compat in a lot of places, or using uglier syntax.