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

Mark duplicated rows in table output #2679

Merged
merged 2 commits into from Feb 29, 2024
Merged

Mark duplicated rows in table output #2679

merged 2 commits into from Feb 29, 2024

Conversation

wagoodman
Copy link
Contributor

The number of rows in the table output does not always match the TUI package counts when there are duplicate packages found (in terms of a (name, version, type) tuple). This PR adjusts the output to specifically indicate which rows are duplicated and by how much.

Closes #2672

Signed-off-by: Alex Goodman <wagoodman@users.noreply.github.com>
Signed-off-by: Alex Goodman <wagoodman@users.noreply.github.com>
@wagoodman wagoodman marked this pull request as ready for review February 29, 2024 14:23
@wagoodman wagoodman requested a review from a team February 29, 2024 14:23
@wagoodman wagoodman merged commit 6377465 into main Feb 29, 2024
11 checks passed
@wagoodman wagoodman deleted the mark-duplicated-rows branch February 29, 2024 14:33
@tk103331
Copy link

tk103331 commented Mar 1, 2024

Should there be some summary output showing how many there are in total, how many are deduplicated, and how many are duplicates?

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

Successfully merging this pull request may close these issues.

TUI package count does not match package count in default table output
3 participants