unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#49000] [PATCH]: gnu: cl-specialized-function: Update to 0.0.0-3.5e2b044
@ 2021-06-13 11:09 Sharlatan Hellseher
  2021-06-14  8:00 ` bug#49000: " Guillaume Le Vaillant
  0 siblings, 1 reply; 2+ messages in thread
From: Sharlatan Hellseher @ 2021-06-13 11:09 UTC (permalink / raw)
  To: 49000

[-- Attachment #1: Type: text/plain, Size: 356 bytes --]

-- 
… наш разум - превосходная объяснительная машина которая способна
найти смысл почти в чем угодно, истолковать любой феномен, но
совершенно не в состоянии принять мысль о непредсказуемости.

[-- Attachment #2: 0001-gnu-cl-specialized-function-Updat-to-0.0.0-3.5e2b044.patch --]
[-- Type: text/x-patch, Size: 2169 bytes --]

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

Resolved in upstream https://github.com/numcl/specialized-function/issues/5

* 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(-)

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#49000: [PATCH]: gnu: cl-specialized-function: Update to 0.0.0-3.5e2b044
  2021-06-13 11:09 [bug#49000] [PATCH]: gnu: cl-specialized-function: Update to 0.0.0-3.5e2b044 Sharlatan Hellseher
@ 2021-06-14  8:00 ` Guillaume Le Vaillant
  0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2021-06-14  8:00 UTC (permalink / raw)
  To: Sharlatan Hellseher; +Cc: 49000-done

[-- Attachment #1: Type: text/plain, Size: 66 bytes --]

Patch pushed as cb5ba97e1c6827431a3225093ee42dfc6a7c1e1c.
Thanks.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-06-14  8:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-13 11:09 [bug#49000] [PATCH]: gnu: cl-specialized-function: Update to 0.0.0-3.5e2b044 Sharlatan Hellseher
2021-06-14  8:00 ` bug#49000: " Guillaume Le Vaillant

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).