Here is what I tried
julia> using Infiltrator
julia> using MyPackage.MyModule
(add Main.@infiltrate in a function of that module)
julia> import Pkg; Pkg.test()
This fails:
ERROR: LoadError: UndefVarError: `@infiltrate` not defined in `Main`
This is clearly outside the use case described in the documentation but it would be nice if there was a trick to make that work!
Here is what I tried
This fails:
This is clearly outside the use case described in the documentation but it would be nice if there was a trick to make that work!