From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH] gnu: Add re2. Date: Fri, 19 Aug 2016 18:49:49 -0400 Message-ID: <20160819224949.ru5nmtujc4lseawv@jasmine> References: <87eg5qgp2r.fsf@ike.i-did-not-set--mail-host-address--so-tickle-me> <20160816175910.GB1260@jasmine> <87r39nzntl.fsf@ike.i-did-not-set--mail-host-address--so-tickle-me> <87bn0rzanb.fsf@ike.i-did-not-set--mail-host-address--so-tickle-me> <20160818204310.GD2393@jasmine> <87y43t43f1.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55675) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1basbz-0000kM-Sl for guix-devel@gnu.org; Fri, 19 Aug 2016 18:50:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1basbv-0001qo-Q7 for guix-devel@gnu.org; Fri, 19 Aug 2016 18:50:02 -0400 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:55444) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1basbu-0001qA-JA for guix-devel@gnu.org; Fri, 19 Aug 2016 18:49:59 -0400 Content-Disposition: inline In-Reply-To: <87y43t43f1.fsf@gmail.com> 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: Alex Kost Cc: guix-devel@gnu.org On Fri, Aug 19, 2016 at 10:35:14AM +0300, Alex Kost wrote: > I agree that having both 'tre' and 're2' packages in "regex.scm" is the > right thing. Also I think it would be good to move 'oniguruma' there. > > As for "pcre.scm", I would also move its content to "regex.scm". What > about 'ghc-pcre-light'? It seems natural to keep it in the same file > with 'pcre'/'pcre2' or should it stay in "haskell.scm"? > > But also there are regex libraries for various languages (like > 'ghc-regex-posix', 'guile-irregex', 'perl-regexp-common'). I think > these shouldn't be moved. Your first paragraph made it sound so simple. As your message continued, it illustrated how complicated this issue can be ;) BTW, if I had remembered the textutils module, I would probably have put re2 there.