-
Notifications
You must be signed in to change notification settings - Fork 80
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
should _load_databases
indicate how many incompatible signatures were filtered out?
#1426
Comments
See relevant comment on #1082 about how progress bars might not be possible or a good idea - #1082 (comment). I'm wondering if the right answer is to track the total number of signatures in a collection (using e.g. manifests) and when doing a search of some kind, provide a generic indicator of what fraction of the collection is actually being searched? This should be straightforward. |
I really like the idea that with manifests, we just output something like this:
|
Updated in #2204 -
This is only for the
|
After #1420, we run the risk of silently selecting away large numbers of incompatible signatures. Perhaps we should print this out in the
_load_database
code?See for example
test_search_traverse_incompatible
as something that could say, "one signature was ignored."The text was updated successfully, but these errors were encountered: