[PATCH] gnu: Update sbcl-nasdf to 0.1.5.

  • Done
  • quality assurance status badge
Details
2 participants
  • Guillaume Le Vaillant
  • Artyom Bologov
Owner
unassigned
Submitted by
Artyom Bologov
Severity
normal

Debbugs page

Artyom Bologov wrote 2 years ago
(name . Guix patches)(address . guix-patches@gnu.org)
87ild67uky.fsf@aartaka.me
Hello Guix,

Find the patch updating NASDF to 0.1.5 attached to this message.
From 4d8ba1d4636d564dbe453d5ab093ad399102aef5 Mon Sep 17 00:00:00 2001
From: Artyom Bologov <mail@aaraka.me>
Date: Fri, 5 May 2023 17:50:40 +0400
Subject: [PATCH] gnu: Update sbcl-nasdf to 0.1.5.

* gnu/packages/lisp-xyz.scm (sbcl-nasdf): Update to 0.1.5.
---
gnu/packages/lisp-xyz.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Toggle diff (28 lines)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 5e9bc4e105..61bfd2d1c3 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -25626,10 +25626,10 @@ (define-public cl-nfiles
(package-inputs sbcl-nfiles)))))
(define-public sbcl-nasdf
- (let ((commit "c63a6ff12239f132844cc0703e79ea3b33dae630"))
+ (let ((commit "b65a08aaf403a3c42ac6a29076e78fc55a99c19c"))
(package
(name "sbcl-nasdf")
- (version "0.1.2")
+ (version "0.1.5")
(source
(origin
(method git-fetch)
@@ -25639,7 +25639,7 @@ (define-public sbcl-nasdf
(file-name (git-file-name "cl-ntemplate" version))
(sha256
(base32
- "1b57jkyrvr3n0c66lih4m34fqzw3s5yqlk91v7hg2gchcn3v9glg"))))
+ "1lapi75y3z8b2806ky3vmpbx9dz47lvi3942vbibl5zxrc91933a"))))
(build-system asdf-build-system/sbcl)
(arguments
`(#:phases
--
2.39.2
Thanks,
--
Artyom Bologov.
Guillaume Le Vaillant wrote 2 years ago
(name . Artyom Bologov)(address . mail@aartaka.me)(address . 63305@debbugs.gnu.org)
87mt2g34vt.fsf@kitej
Hi,

This update causes test failures for sbcl-nfiles. Could you take a look
at it?
Thanks.
-----BEGIN PGP SIGNATURE-----

iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCZFdlhg8cZ2x2QHBvc3Rl
by5uZXQACgkQa+ggit8h/j9CugD/cbFpkmFdSGiORO5S723wNq0PvM+lMdyNL5l0
BKPZpIYA/3uYPHVEwIupvGb4MzMA6NLXys1nAMlNxWrc5Vwujaph
=4aQN
-----END PGP SIGNATURE-----

Artyom Bologov wrote 2 years ago
(name . Guillaume Le Vaillant)(address . glv@posteo.net)
87ild2c21f.fsf@aartaka.me
Hello Guillaume,

Toggle quote (3 lines)
> This update causes test failures for sbcl-nfiles. Could you take a look
> at it?

Oh, right! sbcl-nfiles is not updated to work with NASDF 0.1.5
yet. Let's close this one then. I'll send NASDF patch again later when
NASDF-reliant libraries are all updated.

Thanks,
--
Artyom Bologov.
Guillaume Le Vaillant wrote 2 years ago
(name . Artyom Bologov)(address . mail@aartaka.me)(address . 63305-close@debbugs.gnu.org)
87a5ydofln.fsf@kitej
Artyom Bologov <mail@aartaka.me> skribis:

Toggle quote (11 lines)
> Hello Guillaume,
>
>> This update causes test failures for sbcl-nfiles. Could you take a look
>> at it?
>
> Oh, right! sbcl-nfiles is not updated to work with NASDF 0.1.5
> yet. Let's close this one then. I'll send NASDF patch again later when
> NASDF-reliant libraries are all updated.
>
> Thanks,

Ok, closing.
-----BEGIN PGP SIGNATURE-----

iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCZFo8BA8cZ2x2QHBvc3Rl
by5uZXQACgkQa+ggit8h/j8ISAD/WFWpOALLCmv4t7OfCCXifG0LThtveqss50wN
ZrEcuvIA/0PHO4yGFCHXmIENntKVHyvDEFRI1gbZTW4nH8dPLhtl
=/Czt
-----END PGP SIGNATURE-----

?
Your comment

This issue is archived.

To comment on this conversation send an email to 63305@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 63305
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help