From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Craven Subject: Re: [PATCH 03/12] import: utils: Add some utilities. Date: Tue, 13 Dec 2016 19:09:53 +0100 Message-ID: References: <20161211172537.23315-1-david@craven.ch> <20161211172537.23315-4-david@craven.ch> <87r35brb4d.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]:38118) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cGrXV-0003VB-M5 for guix-devel@gnu.org; Tue, 13 Dec 2016 13:10:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cGrXS-0003kd-Ha for guix-devel@gnu.org; Tue, 13 Dec 2016 13:10:57 -0500 Received: from mail-qk0-f196.google.com ([209.85.220.196]:33318) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cGrXS-0003kP-EN for guix-devel@gnu.org; Tue, 13 Dec 2016 13:10:54 -0500 Received: by mail-qk0-f196.google.com with SMTP id x190so15642087qkb.0 for ; Tue, 13 Dec 2016 10:10:54 -0800 (PST) In-Reply-To: <87r35brb4d.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: =?UTF-8?Q?Ludovic_Court=C3=A8s?= Cc: guix-devel > IIRC there was an argument against adding =E2=80=98json-fetch=E2=80=99 in= this module > earlier this year, because that would make Guile-JSON mandatory. Yep. This is a mistake. I thought that you suggested using http-fetch to avoid pulling in guile-json, but that was because of the temporary file thing. I think Eric already pushed a patch for this...