From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: [PATCH 02/12] import: utils: Symbols from 'license->symbol' have a license: prefix. Date: Sat, 27 Aug 2016 08:43:56 +0200 Message-ID: <87k2f2ognn.fsf@elephly.net> References: <20160805183730.19049-2-david@craven.ch> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35714) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bdXLZ-00027I-Pk for guix-devel@gnu.org; Sat, 27 Aug 2016 02:44:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bdXLW-0003xB-K2 for guix-devel@gnu.org; Sat, 27 Aug 2016 02:44:05 -0400 Received: from sender163-mail.zoho.com ([74.201.84.163]:24784) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bdXLW-0003x6-AZ for guix-devel@gnu.org; Sat, 27 Aug 2016 02:44:02 -0400 In-reply-to: <20160805183730.19049-2-david@craven.ch> 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: David Craven Cc: guix-devel@gnu.org David Craven writes: > * guix/import/utils.scm (define-module): guix licenses import uses a prefix. > (string->licenses): Add license: prefix to licenses. > (license->symbol): Add license: prefix to licenses. Return a symbol with the > prefix license:. Nitpick: please use two spaces between sentences. Is the purpose of this patch to make importers return licenses with this prefix or is there another use case? ~~ Ricardo