Stream: helpdesk (published)

Topic: ✔ Tracking a function from a given package


view this post on Zulip Davi Sales Barreira (Apr 09 2024 at 13:30):

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?

view this post on Zulip Gunnar Farnebäck (Apr 09 2024 at 14:26):

https://github.com/ericphanson/ExplicitImports.jl can probably help you.

view this post on Zulip Notification Bot (Apr 09 2024 at 20:44):

Davi Sales Barreira has marked this topic as resolved.


Last updated: Nov 06 2024 at 04:40 UTC