From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40178) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1erKyV-0006bZ-7K for guix-patches@gnu.org; Thu, 01 Mar 2018 04:58:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1erKyQ-0005aJ-DC for guix-patches@gnu.org; Thu, 01 Mar 2018 04:58:07 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:58567) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1erKyQ-0005Zz-7u for guix-patches@gnu.org; Thu, 01 Mar 2018 04:58:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1erKyQ-0007Qh-0q for guix-patches@gnu.org; Thu, 01 Mar 2018 04:58:02 -0500 Subject: [bug#30629] [PATCH 1/5] Add (guix glob). Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20180227142245.12674-1-ludo@gnu.org> <20180227142245.12674-2-ludo@gnu.org> <20180228122520.1b83546c@scratchpost.org> Date: Thu, 01 Mar 2018 10:57:12 +0100 In-Reply-To: <20180228122520.1b83546c@scratchpost.org> (Danny Milosavljevic's message of "Wed, 28 Feb 2018 12:25:20 +0100") Message-ID: <874lm086fb.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Danny Milosavljevic Cc: 30629@debbugs.gnu.org Danny Milosavljevic skribis: >> +;;; This is a minimal implementation of "glob patterns" (info "(libc) >> +;;; Globbbing"). It is currently limited to simple patterns and does n= ot >> +;;; support braces and square brackets, for instance. > > According to kmod-24 libkmod/libkmod-index.c kmod only supports "?" "*" "= [" "]". > > So we'd still have to implement "[", "]" Indeed. I=E2=80=99ll look into it, but preferably after we=E2=80=99ve push= ed this initial round if that=E2=80=99s OK. Ludo=E2=80=99.