From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: [PATCH] Add cereal + sparsehash Date: Fri, 11 Dec 2015 15:59:53 +0100 Message-ID: References: <20151130200606.GD10869@debian> <20151202084821.GA6872@debian.eduroam.u-bordeaux.fr> <8761059uzg.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36137) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a7PB3-0003fD-Ds for guix-devel@gnu.org; Fri, 11 Dec 2015 10:00:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a7PAy-00040q-Eo for guix-devel@gnu.org; Fri, 11 Dec 2015 10:00:09 -0500 In-Reply-To: <8761059uzg.fsf@gnu.org> 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: guix-devel Ludovic Court=C3=A8s writes: > Ricardo Wurmus skribis: > >> Andreas Enge writes: >> >>> On Tue, Dec 01, 2015 at 11:44:06AM +0100, Ricardo Wurmus wrote: >>>> I=E2=80=99d like to do this, but I=E2=80=99m pretty bad at naming th= ings. How about a >>>> new module =E2=80=9Cdatastructures.scm=E2=80=9D where this could com= fortably fit in? >>> >>> I also did not know a good name, so did not suggest anything concrete= ... >>> I like your suggestion; we could rename boost.scm to datastructures.s= cm >>> and move the hash package there. >>> >>> What do you think? >> >> Boost provides not just data structures but seems to be a grab bag of >> =E2=80=9Cgenerally useful=E2=80=9D libraries. I=E2=80=99d rather leav= e it alone and create a >> new, independent =E2=80=9Cdatastructures=E2=80=9D module with =E2=80=9C= sparsehash=E2=80=9D as the first >> occupant. >> >> Would that be acceptable? > > Sure, let=E2=80=99s do that. Done in f7f55db8f6d049225898d4ebcd7bc1d53623f32d. ~~ Ricardo