JuliaTesting / Aqua.jl

Auto QUality Assurance for Julia packages
MIT License
334 stars 24 forks source link

Package with undefined exports #282

Closed iajzenszmi closed 5 months ago

iajzenszmi commented 5 months ago

test_project_extras.jl | 16 16 1.6s Skipping Base.active_repl Skipping Base.active_repl_backend Test Summary: | Pass Total Time test_smoke.jl | 11 11 10.0s Test Summary: | Pass Total Time test_stale_deps.jl | 13 13 1.2s Unbound type parameters detected: [1] _totuple(::Type{Tuple{Vararg{E}}}, itr, s...) where E @ PkgUnboundArgs.M25341 ~/.julia/packages/Aqua/OTNBC/test/pkgs/PkgUnboundArgs.jl:5 Test Summary: | Pass Total Time test_unbound_args.jl | 4 4 2.4s Undefined exports detected: 1-element Vector{Symbol}: Symbol("PkgWithUndefinedExports.undefined_name") Skipping PkgWithUndefinedExports.undefined_name Screenshot from 2024-04-07 15-13-40

lgoettgens commented 5 months ago

Hi, thanks for your report. However, I am not sure what issue you are reporting here. CI on the latest master commit seems to be green. Could you please give some more details on what your setup is, what's the issue you are experiencing and so on?