You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a compat entry for Tar.jl Tar = "1.10". CompatHelper always suggests the change Tar = "1.10, 1". I think this is because the latest version of Tar in the General registry is 1.9.2. Tar 1.10 is supplied as a stdlib.
It thinks the latest version is 1.9.2. I haven't confirmed but I would guess this is why CompatHelper suggests the version bump to 1.10, 1. So somehow we need to get ComatHelper to understand Tar 1.10 is shipped with Julia? Or maybe Tar 1.10 should be in General?
The text was updated successfully, but these errors were encountered:
We have a compat entry for Tar.jl
Tar = "1.10"
. CompatHelper always suggests the changeTar = "1.10, 1"
. I think this is because the latest version of Tar in the General registry is 1.9.2. Tar 1.10 is supplied as a stdlib.if we look at CompatHelper's understanding:
It thinks the latest version is 1.9.2. I haven't confirmed but I would guess this is why CompatHelper suggests the version bump to
1.10, 1
. So somehow we need to get ComatHelper to understand Tar 1.10 is shipped with Julia? Or maybe Tar 1.10 should be in General?The text was updated successfully, but these errors were encountered: