Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [PATCH] compdump: improve performance
- X-seq: zsh-workers 54898
- From: dana <dana@xxxxxxx>
- To: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxx>
- Cc: zsh-workers@xxxxxxx
- Subject: Re: [PATCH] compdump: improve performance
- Date: Thu, 02 Jul 2026 16:02:19 -0500
- Archived-at: <https://zsh.org/workers/54898>
- Feedback-id: i9be146f9:Fastmail
- In-reply-to: <CAH+w=7ai1nK8RsTeLGLM1ctk7VLH0cGMznZJFXZbXAAXzbnM-g@mail.gmail.com>
- List-id: <zsh-workers.zsh.org>
- References: <43446639-fa55-417e-9124-dd51b9cf44f1@app.fastmail.com> <CAH+w=7YHVE7-0mOr92wRquhbgHGWoNszktWeki=31SxdM0Zuyw@mail.gmail.com> <00e69695-bf2c-4787-a4c4-40be58ec765f@app.fastmail.com> <CAH+w=7ai1nK8RsTeLGLM1ctk7VLH0cGMznZJFXZbXAAXzbnM-g@mail.gmail.com>
On Thu 2 Jul 2026, at 13:28, Bart Schaefer wrote:
> IIRC (which as usual IMNRC) there was a time when merely appending
> glob flags to the end of a fixed string would fail to treat them as
> glob flags and instead produce an error; flags could only be appended
> to something that was already glob-able.
we were talking about this on irc and i speculated that that might have
been the case as well
On Thu 2 Jul 2026, at 13:28, Bart Schaefer wrote:
> As an aside to this, however, compdump and compaudit should account
> for (lack of) BARE_GLOB_QUAL when run standalone from compinit.
k i'll look at that
mikael also identified that my zle and bindkey loops won't work in some
cases because the lines can have different arg counts, i'll fix that too
dana
Messages sorted by:
Reverse Date,
Date,
Thread,
Author