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

Renamed packages are flagged immediately #441

Open
smoelius opened this issue Nov 17, 2024 · 0 comments
Open

Renamed packages are flagged immediately #441

smoelius opened this issue Nov 17, 2024 · 0 comments

Comments

@smoelius
Copy link
Collaborator

Suppose a package X is renamed as Y. Then package X will be flagged immediately with "X (not in <repo>)". This is a false positive.

You can see this right now with the icu_locid package:

$ cargo unmaintained -p icu_locid
Scanning 1 packages and their dependencies (pass --verbose for more information)
1/1 (100%)        
icu_locid (not in https://github.com/unicode-org/icu4x)

The package was renamed recently: https://github.com/unicode-org/icu4x/blob/83441614dd3b7ce628031926c279fb25c97f7461/CHANGELOG.md?plain=1#L21-L22

I not yet sure how best to fix this.

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