From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:34796) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1hz5cL-0001Xw-Gl for guix-patches@gnu.org; Sat, 17 Aug 2019 16:48:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hz5cJ-0008DA-HG for guix-patches@gnu.org; Sat, 17 Aug 2019 16:48:05 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:48069) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hz5cI-0008CW-AP for guix-patches@gnu.org; Sat, 17 Aug 2019 16:48:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hz5cI-0007Yj-6d for guix-patches@gnu.org; Sat, 17 Aug 2019 16:48:02 -0400 Subject: [bug#36760] [PATCH 0/3] Switch to Guile-JSON 3.x Resent-Message-ID: References: <20190722101337.11764-1-ludo@gnu.org> <877e7bem4l.fsf@gnu.org> From: Ricardo Wurmus In-reply-to: <877e7bem4l.fsf@gnu.org> Date: Sat, 17 Aug 2019 22:47:45 +0200 Message-ID: <87pnl3mscu.fsf@elephly.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 36760@debbugs.gnu.org Ludovic Court=C3=A8s writes: > Hello, > > Ludovic Court=C3=A8s skribis: > >> When we update the =E2=80=98guix=E2=80=99 package, everything that depen= ds 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. :-) > > Commit 2eb0628a423a36bc21777d7439885baa9a9a8e6d updates the =E2=80=98guix= =E2=80=99 and > =E2=80=98cuirass=E2=80=99 packages to use Guile-JSON 3.x. =E2=80=98hpcgu= ix-web=E2=80=99 was updated > earlier, in commit 4b0356590a57bc27a61956b981f4a90efcf9c92d. Thank you! > I haven=E2=80=99t checked rcas-web though; Ricardo? rcas-web doesn=E2=80=99t talk to Guix, so its use of an older Guile JSON is= not a problem. If we want to let =E2=80=9Cguile-json=E2=80=9D point to 3.x tha= t=E2=80=99s fine; we=E2=80=99d just let rcas-web use the 1.x variant. (I=E2=80=99ll update it at some point in the future, but it doesn=E2=80=99t= seem critical.) -- Ricardo