-
Notifications
You must be signed in to change notification settings - Fork 91
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
Drop replacing lines from the table when they are exact replacements #1574
base: main
Are you sure you want to change the base?
Conversation
Exclude `replacing` lines from the transaction table output when replacing a single package with the same name.
816f545
to
55c0eba
Compare
I understand the motivation for this change - fewer rows in the table. For example, I check from which version to which version the change is happening before approving the upgrade. I understand that not everyone checks what is happening in the system during an upgrade. But I do use this information and it is one of the reasons for me why dnf5 is better than dnf. I guess we'll have to figure out the "verbosity" of the output somehow, since everyone has different preferences. This PR will satisfy users who want a shorter output at the expense of information (or who have super memory and know exactly what versions and from where they have installed and thus don't need to display it). But it will annoy those who are interested in details. Especially when I manage several different computers I am interested in the exact state of the upgraded computer when upgrading. |
There isn't a consensus within the team on this approach. Let's wait until things settle around the verbose mode, and then we can decide. We can eventually merge it together when the verbose option is ready. |
Hi @jan-kolarik although there is no concensus about verbose mode, additional Would that be a compromise approach team can live with? |
@jan-kolarik can you please shine some light on the status? more and more tickets on this topic are open, it would be great to point users to one place with up-to-date info to manage expectations. Thanks :) |
As of now, I can't provide specific details about this. It's on our radar, and we plan to implement verbose mode and make some changes to the default output—though preferably minimal compared to the current state (mainly wrt "replacing" things). I see this as more of a Q1 2025 or later task, as we're currently overwhelmed with higher-priority work. |
Exclude
replacing
lines from the transaction table output when replacing a single package with the same name.For #326.