[PATCH]: gnu: cl-specialized-function: Update to 0.0.0-3.5e2b044

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

Debbugs page

Sharlatan Hellseher wrote 4 years ago
(address . guix-patches@gnu.org)
CAO+9K5ozyBmuujr3be2riY=QpRPepWvWif=1Ez9cHK7g8uzEug@mail.gmail.com
--
… наш разум - превосходная объяснительная машина которая способна
найти смысл почти в чем угодно, истолковать любой феномен, но
совершенно не в состоянии принять мысль о непредсказуемости.
From 3fc014e3948c4f82a6297bcaa5311ddc9abbfd1d Mon Sep 17 00:00:00 2001
From: Sharlatan Hellseher <sharlatanus@gmail.com>
Date: Sun, 13 Jun 2021 12:05:30 +0100
Subject: [PATCH] gnu: cl-specialized-function: Updat to 0.0.0-3.5e2b044


* gnu/packages/lisp-xyz.scm: (sbcl-specialized-function): Updat to 0.0.0-3.5e2b044
[arguments]: Enable tests
---
gnu/packages/lisp-xyz.scm | 12 ++++--------
1 file changed, 4 insertions(+), 8 deletions(-)

Toggle diff (39 lines)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 873944ba9d..bd8494b6c6 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -9854,8 +9854,8 @@ correctly.")
(sbcl-package->ecl-package sbcl-trivialib-type-unify))
(define-public sbcl-specialized-function
- (let ((commit "dee56d2d2b6ecd10500ad291c56217698604ec35")
- (revision "2"))
+ (let ((commit "5e2b04432bdf728496e6ff7227f210f845af7247")
+ (revision "3"))
(package
(name "sbcl-specialized-function")
(version (git-version "0.0.0" revision commit))
@@ -9867,7 +9867,7 @@ correctly.")
(commit commit)))
(file-name (git-file-name name version))
(sha256
- (base32 "1mcc7mmpbnmgnr1cl2jl5r1ai54gn7fbisv2c14sh9za5w4sib82"))))
+ (base32 "19hfgc83b7as630r1w9r8yl0v6xq3dn01vcrl0bd4pza5hgjn4la"))))
(build-system asdf-build-system/sbcl)
(synopsis "Julia-like dispatch for Common Lisp")
(description
@@ -9888,11 +9888,7 @@ code. The main target of this macro is speed.")
`(("fiveam" ,sbcl-fiveam)))
(arguments
`(#:asd-files '("specialized-function.asd")
- #:test-asd-file "specialized-function.test.asd"
- ;; Tests fail because they try to use an internal symbol of SBCL
- ;; that does not exists in recent versions:
- ;; "The variable SB-VM:COMPLEX-VECTOR-NIL-WIDETAG is unbound."
- #:tests? #f)))))
+ #:test-asd-file "specialized-function.test.asd")))))
(define-public cl-specialized-function
(sbcl-package->cl-source-package sbcl-specialized-function))
--
2.32.0
Guillaume Le Vaillant wrote 4 years ago
(name . Sharlatan Hellseher)(address . sharlatanus@gmail.com)(address . 49000-done@debbugs.gnu.org)
87y2bcj2pl.fsf@kitej
Patch pushed as cb5ba97e1c6827431a3225093ee42dfc6a7c1e1c.
Thanks.
-----BEGIN PGP SIGNATURE-----

iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCYMcMhg8cZ2x2QHBvc3Rl
by5uZXQACgkQa+ggit8h/j8+owD/dGpX6g8JX3ixy18O+FTmYgepkKvml8krSnEh
M5+Wl00A+wXf2UnhBSyqe57ZK451aRynl6EWckZYATfjarsSgBwp
=iuX7
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 49000
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