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

Require compat statements for JLLs. #517

Open vchuravy opened 11 months ago

vchuravy commented 11 months ago

In #516 we discussed requiring compat bounds for JLLs.

It is probably something we should do, but may also be hard to pull off since we need to automatically add compat bounds to the registry.

Maybe a step forward would be to record if a JLL doesn't follow semver? Then we could make decision based on that instead of asuming that all JLLs don't follow semver.

cc: @giordano @staticfloat