Dilum Aluthge
Dilum Aluthge
Certainly a good idea. I'm not sure how to implement it.
It seems like this will be a feature that needs to be implemented in Registrator.jl, so I'm transferring the issue here.
> Should we allow existing tags if the tag commit matches the registration commit? What happens if the initial registration matches the existing tag, but then a General registry maintainer...
https://github.com/bcbi/CompatHelper.jl doesn’t solve all of these issues, but it’s a start.
@maleadt As a workaround for now, you could use LocalRegistry.jl to make the registration. If you run LocalRegistry with Julia 1.6 or 1.7, it should work.
Yeah. @nkottary any chance we can deploy Registrator on the 1.6 beta1?
@maleadt See this PR, which registers CUDA v2.5.0 via LocalRegistry.jl: https://github.com/JuliaRegistries/General/pull/27666
> * Does not meet sequential version number guideline: version 0.5.6 skips over 0.5.4 Did you intend to skip several versions? If so, we can manually merge this PR.
> It needs to read the committer list to figure out if the person making the registration has commit rights to the repository. This needs write access to the repo...
> > It needs to read the committer list to figure out if the person making the registration has commit rights to the repository. This needs write access to the...