From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: [PATCH 3/7] import cran: description->package: Also return package dependencies. Date: Tue, 14 Jun 2016 17:49:58 +0200 Message-ID: References: <1464018008-1767-1-git-send-email-ricardo.wurmus@mdc-berlin.de> <1464018008-1767-4-git-send-email-ricardo.wurmus@mdc-berlin.de> <87d1o49bdr.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]:52972) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bD4xZ-00075A-KH for guix-devel@gnu.org; Wed, 15 Jun 2016 03:09:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bD4xV-0006HT-UG for guix-devel@gnu.org; Wed, 15 Jun 2016 03:09:57 -0400 In-Reply-To: <87d1o49bdr.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" To: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: guix-devel@gnu.org Ludovic Court=C3=A8s writes: > Ricardo Wurmus skribis: > >> * guix/import/cran.scm (description->package): Return package >> dependencies in addition to generated package expression. > > What would you think of making it return a SRFI-41 stream of packages > instead? Or maybe two values: the package asked for, and the stream > containing its dependencies. That would hide the package lookup > machinery. That=E2=80=99s a very good idea! I=E2=80=99ll play around with this and = submit a new patch. ~~ Ricardo