-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
bugSomething isn't workingSomething isn't working
Description
When analyzing [email protected], ExplicitImports reports unzip being stale:
pkg> activate --temp
pkg> add ExplicitImports
pkg> add [email protected]
julia> using MORWiki, ExplicitImports
julia> check_no_stale_explicit_imports(MORWiki)
ERROR: StaleImportsException
Module `MORWiki` has stale (unused) explicit imports for:
* `unzip`
However, it is used inside an interpolation:
function register_steelProfile()
function post_fetch_method(file)
run(`$(unzip()) -q $file`)
rm(file)
end
#...
endericphanson
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working