JuliaStats / Statistics.jl

The Statistics stdlib that ships with Julia.
https://juliastats.org/Statistics.jl/dev/
Other
72 stars 40 forks source link

1.10 tag missing #179

Open fonsp opened 3 days ago

fonsp commented 3 days ago

While testing https://github.com/JuliaPluto/MethodURL.jl

we found that the 1.10 tag is missing in https://github.com/JuliaStats/Statistics.jl/tags

adrhill commented 3 days ago

More specifically 1.10.0:

(jl_A0lPz6) pkg> st Statistics
Status `/private/var/folders/lx/07x6z_b908gd4wd3v_wf2b4c0000gn/T/jl_A0lPz6/Project.toml`
  [10745b16] Statistics v1.10.0
ViralBShah commented 2 days ago

cc @KristofferC

KristofferC commented 2 days ago

While testing https://github.com/JuliaPluto/MethodURL.jl

The repo is not available. There should be a way to do this without requiring tags for versions existing (as can be seen this is a bit unreliable). If I can look at the repo maybe I can fix it.

KristofferC commented 2 days ago

Anyway, I added the tag for 1.10.

adrhill commented 2 days ago

The repo is not available.

It's essentially a (micro-) package containing the code you proposed in https://github.com/JuliaLang/julia/issues/47709#issuecomment-2388629772. I set it to private to first ask you whether you are ok with your snippet ending up in the package.

If I can look at the repo maybe I can fix it.

Unfortunately I lost my rights to the settings when transferring it to the JuliaPluto org, so @fonsp will have to make it visible.

There should be a way to do this without requiring tags for versions existing (as can be seen this is a bit unreliable).

As far as I am able to tell, the registry only contains the content hashes of individual releases, not the commit hash required to assemble a URL. If there is a way to obtain commit hashes, that would be great.

fonsp commented 1 day ago

@KristofferC visible now :) thanks for taking a look!