Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrectly suggesting version bump for Tar.jl package #499

Open
Octogonapus opened this issue Jul 18, 2024 · 0 comments
Open

Incorrectly suggesting version bump for Tar.jl package #499

Octogonapus opened this issue Jul 18, 2024 · 0 comments

Comments

@Octogonapus
Copy link
Contributor

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.

if we look at CompatHelper's understanding:

 DepInfo(Package("Tar", UUID("a4e569a6-e804-4fa4-b0f3-eef7a1d5b13e")), v"1.9.2", VersionSpec("1.10.0-1"), "1.10")

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant