JuliaRegistries / RegistryCI.jl

Continuous integration (CI) tools for Julia package registries, including registry consistency testing, automatic merging (automerge) of pull requests, and automatic TagBot triggers
https://juliaregistries.github.io/RegistryCI.jl/stable
Other
31 stars 30 forks source link

support RegistryInstance in `get_all_non_jll_package_names` #568

Closed ericphanson closed 1 month ago

ericphanson commented 1 month ago

closes https://github.com/JuliaRegistries/RegistryCI.jl/issues/442

Here we don't add the dependency, since it is only valid on Julia 1.7+ and we need to support 1.0+. However I think it's easy enough for the user to pass in a RegistryInstance as long as we document how. Here the docs example block serves to test this new code path.