Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: completion functions reorganisation and cleanup
- X-seq: zsh-workers 44831
- From: Oliver Kiddle <okiddle@xxxxxxxxxxx>
- To: dana <dana@xxxxxxx>
- Subject: Re: completion functions reorganisation and cleanup
- Date: Sun, 13 Oct 2019 11:05:42 +0200
- Authentication-results: amavisd4.gkg.net (amavisd-new); dkim=pass (2048-bit key) header.d=yahoo.co.uk
- Cc: Zsh workers <zsh-workers@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.co.uk; s=s2048; t=1570957545; bh=6z7uUz4RH2y4EVp7W5bvwwpbKwCxalVg/QSPQUDH3WM=; h=From:References:To:Subject:Date:From:Subject; b=HVPiqY4VSyUBho/E2hy0dcTZHQTylxj4kTkXzm8dCFo/NcIBbpwJomTssRetLNafn+mOp5D/ZRJgRGo5B5omRezP+C7yStZzhA1expANMmm8buaC72WyM5kexNcUqsUtQCzNwimHIKU+4VvKPKnJDld5KVvcTJ2uik5+9DMigC2/1nbICYE1FH2+lY8QmOMRIwzNmis5DV4gjN/+5dstm+bMh0KULALawDEu3KslIh2+hk6MZYyYicKtoUiKL3SryN+c2OAEmOpj25eJSPuEFRDYj0DNguIxXuYul6/hAokV2tPTNjo/8laHPBrILRUMYk730AK1f0XTkt2LXF9KDQ==
- In-reply-to: <893E5C01-39AA-41CF-9C5D-C780A0A1B149@dana.is>
- 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> <893E5C01-39AA-41CF-9C5D-C780A0A1B149@dana.is>
dana wrote:
> 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...)
Thanks for the comments. I don't really see this as having much impact
on the issue of maintenance other than us being more explicit about
which functions aren't maintained. On a positive side, we give users the
choice between quality only and greatest breadth of coverage and maybe
it'll provide encouragement for other people to improve them.
> 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.
I don't think that's the case anymore. They have a policy of removing
any function that duplicates either one in zsh or one upstream. Even
where theirs is better. zsh-completions having it's own directory at the
end of $fpath may also improve things if duplicates do occur.
subtree merges should allow us to be picky but that also involves some
effort. A git submodule is also tempting which avoids that effort
but imports their directory structure - a `src' directory instead of
`Commands' and `Type'.
It might also create a simpler situation for packagers who might
otherwise be tempted to put the Contrib directory into a separate
package that user's would need to choose to install - there's no need
if it is just the same as zsh-completions.
> 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.
Ok, if nobody complains I'll go ahead and remove the following
completions for dead projects:
_prcs
_vux
_uzbl
_flasher
_elm
_tpconfig
_sablotron
_raggle
And the following for which upstream have their own completion:
_notmuch
_hg
_zathura
Otherwise, it'll take a bit of time before I've sorted through
completions to see which might qualify for moving.
Oliver
Messages sorted by:
Reverse Date,
Date,
Thread,
Author