With the new wrapping approach, I see
inst. RPMS: buildah-1.40.0-1.fc42.x86_64 - A command line tool used for creating OCI Images : (installed 18 days ago) : containers-common-0.63.0-1.fc42.noarch - Common configuration and documentation for containers : (installed 18 days ago) : containers-common-extra-0.63.0-1.fc42.noarch - Extra dependencies for Podman and Buildah (installed : 18 days ago)
I wonder if we could easily increase the indent for wrapped lines, so that it's easier to read the list of rpms? Like this:
I would find it better, if it's not too complicated. Thoughts?
I think it should be possible. Let me try to figure it out.
By the way, this is not caused by the new wrapping approach. This has always been the case, but nobody bothered to switch on RPMS wrapping.
Metadata Update from @lruzicka: - Issue assigned to lruzicka
Metadata Update from @lruzicka: - Custom field story_points adjusted to 2
By the way, this is not caused by the new wrapping approach.
It actually is, because before it it wasn't wrapped, and so the continuation lines started from the very beginning of the line. So it was easier to read the package list, than now that is fully wrapped.
Now:
Well, not really. Let me explain. How the ticket is written suggests that we have introduced a flaw in it, which is not correct. We only have reveiled what was flawed before.
You are calling the current status quo with fedora-easy-karma --width 80 and the old status quo with, I guess fedora-easy-karma --wrap-width 80, but these are not the same.
fedora-easy-karma --width 80
fedora-easy-karma --wrap-width 80
I went before the last commit and invoked the correct command, fedora-easy-karma --wrap-width 60 --wrap-bugs --wrap-rpms which is the equivalent command of the current --width and the result is exactly the same as what you have provided:
fedora-easy-karma --wrap-width 60 --wrap-bugs --wrap-rpms
--width
Of course, I am going to fix it accordingly but this is not a problem of the last commit. :D
https://pagure.io/fedora-easy-karma/pull-request/59
Commit 8e127ad6 fixes this issue
This issue has been migrated to Fedora Forge: https://forge.fedoraproject.org/quality/fedora-easy-karma/issues/58
Please continue any further discussion there.