-
Notifications
You must be signed in to change notification settings - Fork 703
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
Handling deleted packages #2075
Comments
the CI should focus on newly added packages, if we want to remove packages that are gone then we should have a separate job that does so IMO |
test workflow takes a life to run. why not using 99 problems 😅
|
Deleted packages are now marked with the tag "deleted" |
14 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
--- forwarded from FedericoCeratto/nim-package-directory#26 ---
--- original author: https://github.com/samdmarshall ---
today i was trying to find a package for a personal project, and came across the htmlview package. this package seems to have been deleted by the author, and never updated in the index as to have it removed entirely or redirected to the new repo. On the individual package page on
https://nimble.directory/pkg/...
there seems to be no way to report a problem with said package.To mitigate similar future issues, perhaps a scheduled job should be added the package index CI system to validate that package sources aren't 404'ing in addition to validating that any new packages added are valid JSON or whatever.
/cc @dom96 as you originally created the package index and since it's now part of the language org, i assume you have some say in how package validation happens and if it is part of a nightly CI job or something.
The text was updated successfully, but these errors were encountered: