From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: Needs new category/file: Reverse Engineering Software Date: Thu, 18 Feb 2016 20:29:38 +0100 Message-ID: <20160218192938.GA2185@solar> References: <87io1no0zx.fsf@grrlz.net> <20160217223535.GA32658@solar> <878u2i6qbw.fsf@grrlz.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37492) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aWUGo-0006lr-J5 for guix-devel@gnu.org; Thu, 18 Feb 2016 14:29:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aWUGl-0006Vp-DY for guix-devel@gnu.org; Thu, 18 Feb 2016 14:29:46 -0500 Received: from mailrelay2.public.one.com ([91.198.169.125]:31166) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aWUGl-0006V8-0j for guix-devel@gnu.org; Thu, 18 Feb 2016 14:29:43 -0500 Content-Disposition: inline In-Reply-To: <878u2i6qbw.fsf@grrlz.net> 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: Nils Gillmann Cc: guix-devel@gnu.org On Thu, Feb 18, 2016 at 03:33:23PM +0100, Nils Gillmann wrote: > Okay, understood. However, there's now the choice between a > specific category (disassembler.scm) and a meta category > (reverse-engineering.scm). > Not having read every single line of the source of Guix yet, are > meta-categories in general more welcome than specific categories? Well, this is a big mess in Guix, between modules for a single package (many of which dating back to when we started) up to python.scm containing everything python. Both are fine I think, feel free to make a choice! Andreas