Bug 8358 - Tab completion is easy to miss when adding or changing scripts
Summary: Tab completion is easy to miss when adding or changing scripts
Status: NEW
Alias: None
Product: ThinLinc
Classification: Unclassified
Component: Misc (show other bugs)
Version: trunk
Hardware: PC Unknown
: P2 Normal
Target Milestone: LowPrio
Assignee: Bugzilla mail exporter
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-05-31 12:59 CEST by Samuel Mannehed
Modified: 2024-07-12 11:02 CEST (History)
0 users

See Also:
Acceptance Criteria:


Attachments

Description Samuel Mannehed cendio 2024-05-31 12:59:24 CEST
We have admin tools and scripts spread over the source code tree. Most are in ctc/tlmisc, but not all. Currently however (as of bug 7867), the tab completion script for each admin tool is generated from the tlmisc/Makefile.

When changing, adding, or removing scripts in the future, this detail in the tlmisc/Makefile will be easy to miss. The tab completion scripts should live next to the script itself.
Comment 2 Samuel Mannehed cendio 2024-06-03 10:44:20 CEST
(In reply to Samuel Mannehed from comment #0)
> We have admin tools and scripts spread over the source code tree. Most are
> in ctc/tlmisc, but not all. Currently however (as of bug 7867), the tab
> completion script for each admin tool is generated from the tlmisc/Makefile.
> 
> When changing, adding, or removing scripts in the future, this detail in the
> tlmisc/Makefile will be easy to miss. The tab completion scripts should live
> next to the script itself.

These were moved to tlmisc/optcomplete/Makefile in r40988.

Note You need to log in before you can comment on or make changes to this bug.