With pkg server enabled by default since Julia 1.5, there's an issue that a release PR is merged in General while the new version is still unavailable in the storage server in a short period. Because users don't know whether the pkg server has synced the commit, this would frequently break the CI test.
One such example is: once ImageMorphology v0.2.6 is added to General, I immediately retrigger the CI in JuliaImages/Images.jl#895 and then CI on nightly fails because it couldn't find ImageMorphology v0.2.6. In this case, the PR merged notification is a lie to developers 😂
cc: @staticfloat @StefanKarpinski
With pkg server enabled by default since Julia 1.5, there's an issue that a release PR is merged in General while the new version is still unavailable in the storage server in a short period. Because users don't know whether the pkg server has synced the commit, this would frequently break the CI test.
One such example is: once ImageMorphology v0.2.6 is added to General, I immediately retrigger the CI in JuliaImages/Images.jl#895 and then CI on nightly fails because it couldn't find ImageMorphology v0.2.6. In this case, the PR merged notification is a lie to developers 😂
cc: @staticfloat @StefanKarpinski