From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: [PATCH] Add cereal + sparsehash Date: Wed, 2 Dec 2015 09:48:21 +0100 Message-ID: <20151202084821.GA6872@debian.eduroam.u-bordeaux.fr> References: <20151130200606.GD10869@debian> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50903) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a435d-0003Tb-7j for guix-devel@gnu.org; Wed, 02 Dec 2015 03:48:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a435Y-0000I6-8i for guix-devel@gnu.org; Wed, 02 Dec 2015 03:48:41 -0500 Received: from mout.kundenserver.de ([217.72.192.74]:52622) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a435X-0000I1-Vv for guix-devel@gnu.org; Wed, 02 Dec 2015 03:48:36 -0500 Content-Disposition: inline In-Reply-To: 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: Ricardo Wurmus Cc: guix-devel On Tue, Dec 01, 2015 at 11:44:06AM +0100, Ricardo Wurmus wrote: > I’d like to do this, but I’m pretty bad at naming things. How about a > new module “datastructures.scm” where this could comfortably 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.scm and move the hash package there. What do you think? Andreas