From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=0.2 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.4 Received: (qmail 32730 invoked from network); 16 Feb 2022 18:13:59 -0000 Received: from 4ess.inri.net (216.126.196.42) by inbox.vuxu.org with ESMTPUTF8; 16 Feb 2022 18:13:59 -0000 Received: from wopr.sciops.net ([216.126.196.60]) by 4ess; Wed Feb 16 07:01:52 -0500 2022 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sciops.net; s=20210706; t=1645012893; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to; bh=tGbC4my1pjyzIhpQN1X+32cqWy7m+PKdcukR1XDXXdI=; b=kTLMqHSyqrOHjcHE9dF8r5VpuZVg3yWCwlbDlplu3qVA5YZXw+i38JFYluGzmjGBgGkefN FuNAyqiMQe6ORwNG4hs27YQZLxpM/C0iLiC+N4KSEKXksj10O9c5oc7pbpia3ZtMKLo0UP CDUtNRCxCiKwrx9LzKm4H8dUwVpymRU= Received: by wopr.sciops.net (OpenSMTPD) with ESMTPSA id e80e83c5 (TLSv1.2:ECDHE-RSA-CHACHA20-POLY1305:256:NO) for <9front@9front.org>; Wed, 16 Feb 2022 04:01:33 -0800 (PST) Message-ID: Date: Wed, 16 Feb 2022 13:01:31 +0100 From: qwx@sciops.net To: 9front@9front.org In-Reply-To: <9D2350CE4852CDE2926D71A87892444D@felloff.net> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: ISO-certified optimized property HTML CSS-aware plugin rails-based proxy Subject: Re: [9front] rc(1) pattern-matching regression Reply-To: 9front@9front.org Precedence: bulk On Tue Feb 15 21:42:40 +0100 2022, cinap_lenrek@felloff.net wrote: > i see whats wrong. > > we have to propagate the glob attribute thru lists > as well. before it was only handled for single words > and propagated thru concatenations... but didnt > consider lists... sorry :( > > theres a patch that should fix it: > > http://felloff.net/usr/cinap_lenrek/globfix.diff > > the intend of the change was to not having to > bruteforce check the argument list for each Xsimple() > command for globs (which might have very large > argument lists coming from from a variable or > `{}, but instead only do the globbing > evaulation when actually needed (the expression > containing a glob, which is what the parser > knows). > > -- > cinap Thanks, seems to work now :) Cheers, qwx