GNU bug report logs - #25955
[PATCH] guix: Only attempt to build json builder if json is available.

Previous Next

Package: guix-patches;

Reported by: John Darrington <john <at> darrington.wattle.id.au>

Date: Fri, 3 Mar 2017 17:44:02 UTC

Severity: normal

Tags: patch

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

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: John Darrington <john <at> darrington.wattle.id.au>
Subject: bug#25955: closed (Re: bug#25955: [PATCH] guix: Only attempt to
 build json builder if json is available.)
Date: Fri, 02 Jun 2017 16:25:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#25955: [PATCH] guix: Only attempt to build json builder if json is available.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 25955 <at> debbugs.gnu.org.

-- 
25955: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=25955
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: ludo <at> gnu.org (Ludovic Courtès)
To: John Darrington <john <at> darrington.wattle.id.au>
Cc: 25955-done <at> debbugs.gnu.org
Subject: Re: bug#25955: [PATCH] guix: Only attempt to build json builder if
 json is available.
Date: Fri, 02 Jun 2017 18:24:18 +0200
John Darrington <john <at> darrington.wattle.id.au> skribis:

> * guix/import/stackage.scm: avoid loading the json module.

This was fixed later in commit 37fd9567710b0fc0d7b083f8a1eba3528597c2f6.

Thanks,
Ludo’.

[Message part 3 (message/rfc822, inline)]
From: John Darrington <john <at> darrington.wattle.id.au>
To: guix-patches <at> gnu.org
Cc: John Darrington <john <at> darrington.wattle.id.au>
Subject: [PATCH] guix: Only attempt to build json builder if json is available.
Date: Fri,  3 Mar 2017 18:43:27 +0100
* guix/import/stackage.scm: avoid loading the json module.
---
 guix/import/stackage.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/guix/import/stackage.scm b/guix/import/stackage.scm
index 5b25adc..c8f195a 100644
--- a/guix/import/stackage.scm
+++ b/guix/import/stackage.scm
@@ -23,7 +23,6 @@
   #:use-module (srfi srfi-26)
   #:use-module (srfi srfi-34)
   #:use-module (srfi srfi-35)
-  #:use-module (guix import json)
   #:use-module (guix import hackage)
   #:use-module (guix memoization)
   #:use-module (guix packages)
@@ -31,6 +30,8 @@
   #:export (stackage->guix-package
             %stackage-updater))
 
+(module-autoload! (current-module) '(guix import json) '(json))
+
 
 ;;;
 ;;; Stackage info fetcher and access functions
-- 
2.1.4




This bug report was last modified 8 years and 53 days ago.

Previous Next


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