When developing a package, I sometimes end up importing a package, using a function from it, and forgetting where the function came from. For example, in a package I'm developing, I'm getting a warning regarding a deprecated usage of PlotUtils.jl
, but I'm not able to find where exactly I'm using PlotUtils.jl
.
How can I track the function that is coming from an specific package?
https://github.com/ericphanson/ExplicitImports.jl can probably help you.
Davi Sales Barreira has marked this topic as resolved.
Last updated: Nov 06 2024 at 04:40 UTC