From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH] gnu: Add re2. Date: Tue, 16 Aug 2016 13:59:10 -0400 Message-ID: <20160816175910.GB1260@jasmine> References: <87eg5qgp2r.fsf@ike.i-did-not-set--mail-host-address--so-tickle-me> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36389) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bZie6-00084M-6V for guix-devel@gnu.org; Tue, 16 Aug 2016 13:59:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bZie2-0006Gv-1s for guix-devel@gnu.org; Tue, 16 Aug 2016 13:59:25 -0400 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:51391) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bZie0-0006EE-OV for guix-devel@gnu.org; Tue, 16 Aug 2016 13:59:21 -0400 Content-Disposition: inline In-Reply-To: <87eg5qgp2r.fsf@ike.i-did-not-set--mail-host-address--so-tickle-me> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Marius Bakke Cc: guix-devel@gnu.org On Mon, Aug 15, 2016 at 02:05:16PM +0100, Marius Bakke wrote: > > I wasn't sure where to put this, so went with its own file. It does not > fully implement PCRE so pcre.scm seems inappropriate. Perhaps that could > be renamed to regex.scm or similar. The patch looks good, but please put it in regex.scm! But, I don't want to move all the regex packages into this new regex module. Perhaps tre, since it appears to have no users in our tree.