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

handle cartesian iteration inside for syntax #41

Closed ericphanson closed 1 month ago

ericphanson commented 1 month ago

I saw https://github.com/JuliaLang/JuliaSyntax.jl/issues/432 posted in slack, which alerted me to the fact I wasn't handling cartesian iteration correctly. If that issue is closed we'll need an update here as well.