[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
15/38: cl-string-match (FIX)
From: |
Pierre Neidhardt |
Subject: |
15/38: cl-string-match (FIX) |
Date: |
Tue, 2 Oct 2018 14:00:11 -0400 (EDT) |
ambrevar pushed a commit to branch wip-next-browser
in repository guix.
commit 046847c706a1da9971b31d9597aa4a894bcfb47a
Author: Pierre Neidhardt <address@hidden>
Date: Mon Oct 1 15:33:10 2018 +0200
cl-string-match (FIX)
---
gnu/packages/lisp.scm | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index 34f21b1..9f8e03d 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -2628,13 +2628,16 @@ single-byte encoded strings.")
("yacc" ,sbcl-cl-yacc)
("jpl-util" ,sbcl-jpl-util)
("jpl-queues" ,sbcl-jpl-queues)
- ;; TODO: Doc generation requires mgl-pax, which requires SWANK, which I
- ;; don't know how to build properly.
- ;; See https://github.com/slime/slime/issues/457#event-1807320285.
("mgl-pax" ,sbcl-mgl-pax)
("iterate" ,sbcl-iterate)))
+ ;; TODO: Tests are not evaluated properly.
+ (native-inputs
+ ;; For testing:
+ `(("lisp-unit" ,sbcl-lisp-unit)
+ ("simple-scanf" ,sbcl-simple-scanf)))
(arguments
- `(#:asd-file "cl-string-match.asd"))
+ `(#:tests? #f
+ #:asd-file "cl-string-match.asd"))
(synopsis "Portable, dependency-free set of utilities to manipulate
strings in Common Lisp")
(description
"@command{cl-strings} is a small, portable, dependency-free set of
- 18/38: build-system/asdf (FIX), (continued)
- 18/38: build-system/asdf (FIX), Pierre Neidhardt, 2018/10/02
- 20/38: lift (FIX), Pierre Neidhardt, 2018/10/02
- 28/38: gnu: Add queues., Pierre Neidhardt, 2018/10/02
- 21/38: let-plus (FIX), Pierre Neidhardt, 2018/10/02
- 24/38: prove-asdf (FIX), Pierre Neidhardt, 2018/10/02
- 29/38: gnu: Add queues.simple-queue., Pierre Neidhardt, 2018/10/02
- 17/38: build-system/asdf: Handle all asdf dependency specifications., Pierre Neidhardt, 2018/10/02
- 06/38: gnu: Add lift., Pierre Neidhardt, 2018/10/02
- 31/38: gnu: Add queues.priority-queue., Pierre Neidhardt, 2018/10/02
- 08/38: gnu: Add cl-colors., Pierre Neidhardt, 2018/10/02
- 15/38: cl-string-match (FIX),
Pierre Neidhardt <=
- 19/38: anaphora (FIX), Pierre Neidhardt, 2018/10/02
- 14/38: gnu: Add simple-scanf., Pierre Neidhardt, 2018/10/02
- 30/38: gnu: Add queues.simple-cqueue., Pierre Neidhardt, 2018/10/02
- 16/38: Revert "build-system/asdf: Fix normalize-string to support versioned dependencies", Pierre Neidhardt, 2018/10/02
- 27/38: gnu: Add puri., Pierre Neidhardt, 2018/10/02
- 26/38: gnu: Add ptester., Pierre Neidhardt, 2018/10/02
- 34/38: gnu: Add sbcl-cffi-toolchain., Pierre Neidhardt, 2018/10/02
- 23/38: ansi-text (FIX), Pierre Neidhardt, 2018/10/02
- 25/38: prove (FIX), Pierre Neidhardt, 2018/10/02
- 32/38: gnu: Add queues.priority-cqueue., Pierre Neidhardt, 2018/10/02