From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#27590: artanis has a bundled and customized copy of guile-json package Date: Tue, 01 Aug 2017 14:34:56 +0200 Message-ID: <871sovpitr.fsf@gnu.org> References: <87mv8i4tkj.fsf@openmailbox.org> <87a83oiqka.fsf@openmailbox.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35121) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dcWP8-0006Bb-7p for bug-guix@gnu.org; Tue, 01 Aug 2017 08:36:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dcWP4-0003Xr-7y for bug-guix@gnu.org; Tue, 01 Aug 2017 08:36:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:33558) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dcWP4-0003XV-5X for bug-guix@gnu.org; Tue, 01 Aug 2017 08:36:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dcWP3-0004Iw-U4 for bug-guix@gnu.org; Tue, 01 Aug 2017 08:36:01 -0400 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <87a83oiqka.fsf@openmailbox.org> (Adonay Felipe Nogueira's message of "Fri, 28 Jul 2017 11:28:21 -0300") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Adonay Felipe Nogueira Cc: 27590-done@debbugs.gnu.org Hi, Adonay Felipe Nogueira skribis: > The following patch is an attempt to fix this. > > I noticed that the '->json-string procedure doesn't exist in the > official guile-json. I tried checking for it also in multiple revisions, > but couldn't find it. Due to my lack of understanding on how both GNU > Artanis and guile-json work internally, I assume however that > '->json-string was similar to 'scm->json-string. It seems to be the case. > From 8ec0eaaa0e552e7d99be369a4251b2577ac927ac Mon Sep 17 00:00:00 2001 > From: Adonay Felipe Nogueira > Date: Fri, 28 Jul 2017 11:18:03 -0300 > Subject: [PATCH] gnu: artanis: Unbundled guile-json and version according= to > documentation. > > * gnu/packages/guile.scm (artanis): Unbundled guile-json and version > according to documentation. Awesome. Applied, thank you! Ludo=E2=80=99.