Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [PATCH] compdump: improve performance
- X-seq: zsh-workers 54897
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: dana <dana@xxxxxxx>
- Cc: zsh-workers@xxxxxxx
- Subject: Re: [PATCH] compdump: improve performance
- Date: Thu, 2 Jul 2026 11:28:12 -0700
- Arc-authentication-results: i=1; mx.google.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20260327; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:dkim-signature; bh=aYaGfF7cJz2fGO02T0rE44GVHtyYkdlNZfvxbGKn4qk=; fh=WfGsDpWeTF+M2TVUmApBV2qNabodhC7pOL4lqg2Qg6M=; b=iFO3xldmuB/37m3nuMgdydn6n5CokCsZGbYkWpVa6jySpOOsxGhxZ5CcJQpi490/VG et41isOXNbd53uT/VJDGMQLff2BwLOJFLMCgkACo+rQo9KIHYDjY2ziLC7X9PR0RinPc EE+c7t7fT3hcatEYgjfOJHoizIPkuQ7YYhM+3hR53qOrxn+EJ1L6ydkCbEbXym9lkKu6 cZAT7XmNepazSf4Hz0U4wLbq/xUrMxYlvdXD+feWWWQfiL54dYo4hE4WheoTEYul9TOp sy2Yh5cWnBno/G15xi/DDTymlLu2lXoLLx9gUcx4W9XJPsUGMGhD4BfUfQTXi+jJYhRs 5LNg==; darn=zsh.org
- Arc-seal: i=1; a=rsa-sha256; t=1783016905; cv=none; d=google.com; s=arc-20260327; b=BgTvy2Ld0qnK4lerlvGR+S5LH+7IqTqea6I5RpvsW3XJ9BecKZYB1gXNnHK3IBqEXr WbviOIdS7k78rFSm3yKBYW9QmfcMzNEvQJsYwJ/H21rZL6tX6/tWoNuQ0hnR5zOIwK2v cVWy5+UQsDXXUIjXz5mXoDrKot/bMaYGX8dGls1wLxk2Jas5+/TdRT2NEnll8Fhj2k4o lTeGkCqjCNjl0HYB5I6gcPr2kNs1taD58eiy+wTlDk4EiUfuNpJUDf0icYO6cuCfMLJl x/L+FDM1hBzfnkNm41a68Gxd6jxvr9E/zn7Wz5uqHydtxjCsNO9w526p2iTw0JW9ogSW JNyg==
- Archived-at: <https://zsh.org/workers/54897>
- In-reply-to: <00e69695-bf2c-4787-a4c4-40be58ec765f@app.fastmail.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>
On Wed, Jul 1, 2026 at 10:37 PM dana <dana@xxxxxxx> wrote:
>
> can you explain that further? i don't understand when/why you'd need to
> treat them as glob patterns for (N) to work
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.
The other possibility is that it's attempting to account for use of
nameddir/userdir tilde-shortcuts in the elements, which it probably
shouldn't.
As an aside to this, however, compdump and compaudit should account
for (lack of) BARE_GLOB_QUAL when run standalone from compinit.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author