Your message dated Tue, 5 Apr 2016 18:55:44 +0100
with message-id <[email protected]>
and subject line Re: many commands append trailing blanks
has caused the Debian Bug report #497727,
regarding many commands append trailing blanks
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
497727: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=497727
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: aptitude
Version: 0.4.11.9-1
Severity: wishlist
Many commands append trailing blanks.
# aptitude search bash|grep -c ' $'
2
# aptitude why desktop-file-utils|grep -c ' $'
3
No big deal to some, but for full bladder control do fix one day.
$ dpkg -l bash\*|grep -c ' $'
0
$ apt-cache search apt|grep -c ' $'
0
--- End Message ---
--- Begin Message ---
2016-03-10 16:43 Manuel A. Fernandez Montecelo:
Control: tags -1 + wontfix
Hi,
2008-09-02 21:57 [email protected]:
Package: aptitude
Version: 0.4.11.9-1
Severity: wishlist
Many commands append trailing blanks.
# aptitude search bash|grep -c ' $'
2
This is because of virtual packages with empty descriptions, but it
doesn't always happen.
$ aptitude search base-files |grep -c ' $'
0
# aptitude why desktop-file-utils|grep -c ' $'
3
This one produces zero now.
No big deal to some, but for full bladder control do fix one day.
$ dpkg -l bash\*|grep -c ' $'
0
$ apt-cache search apt|grep -c ' $'
0
I don't understand what's the harm in having some extra blanks, why it
would be of any benefit to remove them, or why we should spend time
tracking those cases that produce extra blanks.
Part of the reason why aptitude works in this way it's because it uses
common code with the curses interface and e.g. tries to make columns
even in command-line mode (although if piped/redirected since recently,
does --disable-columns). In some cases if the columns are blank or
there are similar conditions, these effects of having extra blanks are
produced.
Sharing code is a bigger benefit than trying to not have some extra
blanks, even if that was a worthwhile goal to pursue.
So +wontfix.
Closing now.
--
Manuel A. Fernandez Montecelo <[email protected]>
--- End Message ---
_______________________________________________
Aptitude-devel mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/aptitude-devel