JuliaRegistries / Registrator.jl

Julia package registration bot

Home Page:https://julialang.org/packages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Registrator encounters unexpected error in registration after yanked release

CiaranOMara opened this issue · comments

The Registrator returned Error while trying to register: Unexpected error in registration when attempting to register GenomicFeatures v1.0.2 after GenomicFeatures v1.0.1 was yanked. The Registrator succeeded after the yank was reverted.

cc @DilumAluthge

Certainly re-encountered at BioJulia/GenomicFeatures.jl@e7ce4e3.

The bug is a little worse than we originally thought. It doesn’t just occur when the most recent release was the act. It occurs whenever any of the registered releases have been yanked.

So, if you ever need to yank a release for any reason, you are then permanently unable to ever make a new release with Registrator.jl.

Unfortunately, this bug is difficult to debug without access to the logs.