From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Vollmert Subject: Re: 01/01: guix: node-build-system: Use guile-json instead of a custom parser. Date: Mon, 15 Jul 2019 21:46:18 +0200 Message-ID: References: <20190714125820.15568.58684@vcs0.savannah.gnu.org> <20190714125821.1CA192088F@vcs0.savannah.gnu.org> <87blxw68f8.fsf@gnu.org> <20190714201918.6794a007@sybil.lepiller.eu> <371096AF-FCE7-4A1B-935B-12BEA303BF59@vllmrt.net> <87sgr7o56s.fsf@gnu.org> Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.11\)) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:47903) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hn6vo-0001Lw-BM for guix-devel@gnu.org; Mon, 15 Jul 2019 15:46:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hn6vn-00046g-AQ for guix-devel@gnu.org; Mon, 15 Jul 2019 15:46:40 -0400 In-Reply-To: <87sgr7o56s.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@gnu.org > On 15. Jul 2019, at 14:25, Ludovic Court=C3=A8s wrote: >=20 > Hi, >=20 > Robert Vollmert skribis: >=20 >> It=E2=80=99s a bit my fault, for remarking on the fact that the cargo = build >> system does use guile-json. I suppose that=E2=80=99s not worth fixing = either >> at this point? >=20 > Indeed, =E2=80=98cargo-build-system=E2=80=99 has the same problem: >=20 > --8<---------------cut here---------------start------------->8--- > (define %cargo-build-system-modules > ;; Build-side modules imported by default. > `((guix build cargo-build-system) > (json parser) > ,@%cargo-utils-modules)) > --8<---------------cut here---------------end--------------->8--- >=20 > We should definitely fix it, or we=E2=80=99ll run into discrepancies = like I > described. >=20 > For now, the easiest option would be to use (guix build json) as well. >=20 > Could you look into it, Robert? Done: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D36676 (Was the cargo-build-system not even working a known issue? I don=E2=80=99= t see a bug report=E2=80=A6)