Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: completion functions reorganisation and cleanup
- X-seq: zsh-workers 44826
- From: dana <dana@xxxxxxx>
- To: Oliver Kiddle <okiddle@xxxxxxxxxxx>
- Subject: Re: completion functions reorganisation and cleanup
- Date: Sat, 12 Oct 2019 02:46:55 -0500
- Cc: Zsh workers <zsh-workers@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dana-is.20150623.gappssmtp.com; s=20150623; h=mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=/rnM3kOzl+ffGwH8PM0HHP6cQx19G6znH2Ij7rSwLV4=; b=OgzcP76y2sCt2l+LNVlgnBbXPIKOrBNJ4iHOtMycbP1gsn5I55WM+e3TXessc2W7Sa kK0Gn0JEL0LGfThvNA6+X+/u8xPZpSS7KgOmG22kvYyTGwN8HaoKP+cWz0BAt2T48fol gTNvHUJ316IFMgpzFxae8LkhNHFB1L7ysnOEqWXeFkFpifOEY9UguvER5m/KpBem98ac PxSd76O6zeToxhi5KQrktmcnX2k6MEHAmOc02e7qbK6nYgmDCKmOqiSo+/JRsTC8l7KH hL87xcqokT7d9JDV5QdKLGnFFTWJhHoO9Kj4M3Gy9L5ejIK7lKUv7GnRz2pyVcey/tic hi8g==
- In-reply-to: <60418-1570439627.075514@NIya.iyMV.mGw3>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- List-unsubscribe: <mailto:zsh-workers-unsubscribe@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <60418-1570439627.075514@NIya.iyMV.mGw3>
On 7 Oct 2019, at 04:13, Oliver Kiddle <okiddle@xxxxxxxxxxx> wrote:
> How about the following patch to add in an extra directory for
> completions that will NOT be installed by default?
For whatever it's worth, it sounds OK to me. I think all of the potential
criteria you listed (different/unclear licence, low quality, obscure,
unmaintained) make sense. If anybody really wants any of those functions, they
can sort through it for what they need, so the only concern i would have is
maintenance; it wouldn't be great if it just became a 'junk drawer' of random
unvetted nonsense. (Though, as you hinted, in some cases it's already like
that...)
'Contrib' is a slightly ambiguous name to give that entire category of
things, but i can't think of anything better off the top of my head.
On 7 Oct 2019, at 04:13, Oliver Kiddle <okiddle@xxxxxxxxxxx> wrote:
> We might also consider pulling in the whole zsh-completions project,
> perhaps updating periodically via git-subtree rather than with a view to
> replacing it.
One potential issue i can think of with this is that there are some duplicates
(or rather divergent implementations) between zsh-completions and the main
repo, which could lead to some confusing configurations on systems that have
both installed.
On 7 Oct 2019, at 04:13, Oliver Kiddle <okiddle@xxxxxxxxxxx> wrote:
> Should we just remove these? Or perhaps announce for 5.8 that they will
> go in 5.9? Any individual objections, or additions.
The only one of those that i've ever even heard of is elm. I think either of
those plans is probably fine; it's not like we couldn't re-add in a point
release if someone complained.
dana
Messages sorted by:
Reverse Date,
Date,
Thread,
Author