Re: [PATCH] compdump: improve performance

dana <[email protected]> Thu, 02 Jul 2026 16:02:19 -0500
Newsgroups gmane.comp.shells.zsh.devel
Message-ID <[email protected]>
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