JuliaComputing / JuliaHub-Feedback

Public repo for filing JuliaHub issues
6 stars 1 forks source link

Dependents versions #140

Open jtrakk opened 2 years ago

jtrakk commented 2 years ago

I think JuliaHub's "dependents" tab shows A depends on B if any version of A depends on some version of B. I would be more interested in whether the current version of A depends on some version of B.

fonsp commented 2 years ago

I just updated my package to 0.18.0, which has no dependents yet (dependent packages still need to update their Project.toml). This is what I get (note the version on the right):

Schermafbeelding 2022-02-05 om 10 35 08 Schermafbeelding 2022-02-05 om 10 35 17

Which suggests that your request is already implemented!

jtrakk commented 2 years ago

Soss.jl is on 0.20.9 which doesn't depend on CanonicalTraits.jl but Soss is listed under CanonicalTraits.jl dependents by default without indication that none of the versions of Soss that depend on CanonicalTraits.jl are the current version of Soss.

image

image

image