Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 814638 - app-shells/gentoo-bashcomp-20190211 - emerge --deselect flag does not tab-complete
Summary: app-shells/gentoo-bashcomp-20190211 - emerge --deselect flag does not tab-com...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal with 1 vote (vote)
Assignee: Gentoo Shell Tools project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-09-24 19:03 UTC by Devrin Talen
Modified: 2023-01-14 16:42 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Devrin Talen 2021-09-24 19:03:35 UTC
Using bash with app-shells/gentoo-bashcomp-20190211 installed, I do not get any results when trying to tab-complete "--deselect".  E.g. "emerge --desel<tab>" does nothing.  Other flags are completed fine.
Comment 1 saladchocolatebarpie 2022-06-14 09:27:10 UTC
I am also encountering this issue. --deselect is a frequently used option that removes packages from the system. It will need to be fixed.
Comment 2 saladchocolatebarpie 2022-11-18 08:01:26 UTC
Why is this issue so critical, yet left unaddressed for so long?

--deselect is an important and frequently used option that removes packages from the system.
Comment 3 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-11-18 08:16:15 UTC
(In reply to saladchocolatebarpie from comment #2)
> Why is this issue so critical, yet left unaddressed for so long?
> 
> --deselect is an important and frequently used option that removes packages
> from the system.

1. Please be more polite in future.
2. Bash completion is not generally considered a "critical issue" when compared to handling security updates and fixing serious showstopper bugs.
3. Someone started working on this in the last 10 days: https://github.com/gentoo/gentoo-bashcomp/pull/6.
Comment 4 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-01-14 16:42:19 UTC
 29 commit a7513c33fc3744c7664c8c6c9c3c1bb22f0b0ab9
 30 Author: Louis Sautier <sautier.louis@gmail.com>
 31 Date:   Sun Nov 6 00:16:06 2022 +0100
 32
 33     emerge: add support for --deselect
 34
 35     Signed-off-by: Louis Sautier <sautier.louis@gmail.com>
 36     Closes: https://github.com/gentoo/gentoo-bashcomp/pull/6
 37     Signed-off-by: Sam James <sam@gentoo.org>