[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 01/01: guix: node-build-system: Use guile-json instead of a custom p
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 |
> On 15. Jul 2019, at 14:25, Ludovic Courtès <address@hidden> wrote:
>
> Hi,
>
> Robert Vollmert <address@hidden> skribis:
>
>> It’s a bit my fault, for remarking on the fact that the cargo build
>> system does use guile-json. I suppose that’s not worth fixing either
>> at this point?
>
> Indeed, ‘cargo-build-system’ has the same problem:
>
> --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---
>
> We should definitely fix it, or we’ll run into discrepancies like I
> described.
>
> For now, the easiest option would be to use (guix build json) as well.
>
> Could you look into it, Robert?
Done: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=36676
(Was the cargo-build-system not even working a known issue? I don’t
see a bug report…)