From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:59573) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hmcOO-0004x3-T8 for guix-patches@gnu.org; Sun, 14 Jul 2019 07:10:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hmcOJ-0004hU-75 for guix-patches@gnu.org; Sun, 14 Jul 2019 07:10:08 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:35077) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hmcOI-0004hI-Sy for guix-patches@gnu.org; Sun, 14 Jul 2019 07:10:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hmcOI-0003S7-Lu for guix-patches@gnu.org; Sun, 14 Jul 2019 07:10:02 -0400 Subject: [bug#36602] guix/build/json.scm References: <20190711184653.3f6956b8@sybil.lepiller.eu> In-Reply-To: <20190711184653.3f6956b8@sybil.lepiller.eu> Resent-Message-ID: From: Robert Vollmert Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.11\)) Message-Id: <055006A2-DA0C-4570-A9D0-4A9FFD5A6037@vllmrt.net> Date: Sun, 14 Jul 2019 13:09:18 +0200 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 36602@debbugs.gnu.org Hi, just had a look at 09a1f92f61d1ab11d2cf9f7a0983f4fc9f436f57, some = questions: - the link to = https://github.com/cwebber/activitystuff/blob/master/activitystuff/contrib= /json.scm is a 404, and I can=E2=80=99t find (ice-9 json) elsewhere (also, = shouldn=E2=80=99t cwebber be listed in the copyright line?) - how does this embedded json parsing module differ from (json parser) = as used by the cargo build system? wouldn=E2=80=99t it be better to have both use the same = json modules? Cheers Robert