ProtoBuf.jl icon indicating copy to clipboard operation
ProtoBuf.jl copied to clipboard

Access `skip` from its owning module

Open nickrobinson251 opened this issue 5 months ago • 2 comments

Noticed when running ExplicitImports.jl on a module with PB generated files. Got:

Module `Foo.Rel` has qualified accesses to names via modules other than their owner as determined via `Base.which`:
- `skip` has owner `Base` but it was accessed from `ProtoBuf` at `~/Foo/src/Rel/Rel_pb.jl:1019:16`

nickrobinson251 avatar Jun 21 '25 18:06 nickrobinson251