Stream: helpdesk (published)

Topic: Registered package not found in testing


view this post on Zulip Stefanos Carlström (Jun 08 2021 at 08:19):

While updating compat bounds, I noticed that tests on nightly failed, due to not finding a test dependency, although that package (RollingFunctions.jl) has been published since forever:
https://github.com/JuliaApproximation/CompactBases.jl/runs/2771496296?check_suite_focus=true#step:6:11
The tests pass without problems on Julia 1.5 and 1.6.

Has anyone seen this?

view this post on Zulip Simeon Schaub (Jun 08 2021 at 08:36):

Could be a bug with the new Manifest format. Would you mind opening an issue with Pkg.jl?

view this post on Zulip Stefanos Carlström (Jun 08 2021 at 08:38):

Oh. Will do

view this post on Zulip Stefanos Carlström (Jun 08 2021 at 08:40):

Possibly same bug as this: https://github.com/JuliaLang/Pkg.jl/issues/2554


Last updated: Oct 02 2023 at 04:34 UTC