GNU bug report logs - #36760
[PATCH 0/3] Switch to Guile-JSON 3.x

Previous Next

Package: guix-patches;

Reported by: Ludovic Courtès <ludo <at> gnu.org>

Date: Mon, 22 Jul 2019 10:15:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#36760: closed ([PATCH 0/3] Switch to Guile-JSON 3.x)
Date: Wed, 24 Jul 2019 22:40:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Thu, 25 Jul 2019 00:39:39 +0200
with message-id <871ryfvyz8.fsf <at> gnu.org>
and subject line Re: [bug#36760] [PATCH 0/3] Switch to Guile-JSON 3.x
has caused the debbugs.gnu.org bug report #36760,
regarding [PATCH 0/3] Switch to Guile-JSON 3.x
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
36760: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=36760
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: guix-patches <at> gnu.org
Cc: Ludovic Courtès <ludo <at> gnu.org>
Subject: [PATCH 0/3] Switch to Guile-JSON 3.x
Date: Mon, 22 Jul 2019 12:13:37 +0200
Hello Guix!

This is the big switch to Guile-JSON 3.x!

As a reminder, Guile-JSON 3.x changes the mapping between JSON data
structures and Scheme data structures in an incompatible way compared
to 1.x.  Essentially, JSON dictionaries now map to alists (instead of
hash tables), and JSON arrays map to vectors (instead of lists.)

The patch updates all the code in one go, mostly because a single Guile
process cannot have two different (json) modules loaded at the same
time.

When we update the ‘guix’ package, everything that depends on it will
also have to be updated to a snapshot that uses Guile-JSON 3.x: cuirass,
hpcguix-web, and rcas-web.  I count on you, dear reader, to help in
those areas.  :-)

Comments?

Ludo’.

Ludovic Courtès (3):
  maint: Switch to Guile-JSON 3.x.
  gnu: guile-json: Define 'guile-json-1'.
  gnu: Explicitly refer to 'guile-json-1' when needed.

 configure.ac                        |  4 ++--
 doc/guix.texi                       |  2 +-
 gnu/installer.scm                   |  4 ++--
 gnu/installer/locale.scm            | 21 +++++++++--------
 gnu/packages/bioinformatics.scm     |  2 +-
 gnu/packages/ci.scm                 |  2 +-
 gnu/packages/guile-xyz.scm          |  6 ++---
 gnu/packages/guile.scm              |  4 ++++
 gnu/packages/mail.scm               |  4 ++--
 gnu/packages/package-management.scm |  4 ++--
 gnu/packages/web.scm                |  2 +-
 gnu/system/vm.scm                   |  2 +-
 guix/docker.scm                     | 19 ++++++++--------
 guix/git-download.scm               |  4 ++--
 guix/import/cpan.scm                | 14 ++++++------
 guix/import/crate.scm               |  6 ++---
 guix/import/gem.scm                 | 10 ++++++---
 guix/import/json.scm                | 11 ++-------
 guix/import/pypi.scm                |  8 +++----
 guix/import/stackage.scm            |  4 ++--
 guix/import/utils.scm               | 25 +++++----------------
 guix/scripts/import/json.scm        |  2 +-
 guix/scripts/pack.scm               |  2 +-
 guix/self.scm                       |  2 +-
 guix/swh.scm                        | 35 ++++++++++++++++-------------
 m4/guix.m4                          | 21 +++++++++++++++++
 tests/import-utils.scm              | 22 ++++++++++++++++++
 27 files changed, 140 insertions(+), 102 deletions(-)

-- 
2.22.0



[Message part 3 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: 36760-done <at> debbugs.gnu.org
Subject: Re: [bug#36760] [PATCH 0/3] Switch to Guile-JSON 3.x
Date: Thu, 25 Jul 2019 00:39:39 +0200
Hello!

Ludovic Courtès <ludo <at> gnu.org> skribis:

>   maint: Switch to Guile-JSON 3.x.
>   gnu: guile-json: Define 'guile-json-1'.
>   gnu: Explicitly refer to 'guile-json-1' when needed.

Pushed!

  91f55717ab gnu: Explicitly refer to 'guile-json-1' when needed.
  584a3ca3a4 gnu: guile-json: Define 'guile-json-1'.
  81c3dc3224 maint: Switch to Guile-JSON 3.x.

Compared to what I sent, I updated the ‘github’ and ‘launchpad’
updaters, which I had forgotten.

Now we need to adjust cuirass, hpcguix-web, and rcas-web.  I’m taking a
look at hpcguix-web.

Ludo’.


This bug report was last modified 5 years and 274 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.