GNU bug report logs - #62319
[PATCH] gnu: ecl-jzon: Enable tests.

Previous Next

Package: guix-patches;

Reported by: jgart <jgart <at> dismail.de>

Date: Tue, 21 Mar 2023 05:20:02 UTC

Severity: normal

Tags: patch

Done: Guillaume Le Vaillant <glv <at> posteo.net>

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: jgart <jgart <at> dismail.de>
Subject: bug#62319: closed (Re: [bug#62319] [PATCH] gnu: ecl-jzon: Enable
 tests.)
Date: Wed, 22 Mar 2023 13:37:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#62319: [PATCH] gnu: ecl-jzon: Enable tests.

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 62319 <at> debbugs.gnu.org.

-- 
62319: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62319
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Guillaume Le Vaillant <glv <at> posteo.net>
To: jgart <jgart <at> dismail.de>
Cc: 62319-done <at> debbugs.gnu.org
Subject: Re: [bug#62319] [PATCH] gnu: ecl-jzon: Enable tests.
Date: Wed, 22 Mar 2023 13:35:50 +0000
[Message part 3 (text/plain, inline)]
Patch pushed as dff90b64b9a2a253c39b3f91082a466c91cbc5bb.
Thanks.
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: jgart <jgart <at> dismail.de>
To: guix-patches <at> gnu.org
Cc: jgart <jgart <at> dismail.de>
Subject: [PATCH] gnu: ecl-jzon: Enable tests.
Date: Tue, 21 Mar 2023 00:19:17 -0500
* gnu/packages/lisp-xyz.scm (ecl-jzon): Enable tests.
---
 gnu/packages/lisp-xyz.scm | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index f54db4d7c3..6c766e14bb 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -24782,13 +24782,7 @@ (define-public cl-jzon
   (sbcl-package->cl-source-package sbcl-jzon))
 
 (define-public ecl-jzon
-  (let ((pkg (sbcl-package->ecl-package sbcl-jzon)))
-    (package
-      (inherit pkg)
-      (arguments
-       (substitute-keyword-arguments (package-arguments pkg)
-         ;; FIXME: Tests fail on ECL:  https://github.com/Zulu-Inuoe/jzon/issues/36
-         ((#:tests? _ #f) #f))))))
+  (sbcl-package->ecl-package sbcl-jzon))
 
 (define-public sbcl-simple-routes
   (let ((commit "6f88c38945a4de73e85786d3499c39cacb400598")
-- 
2.39.2




This bug report was last modified 2 years and 60 days ago.

Previous Next


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