GNU bug report logs -
#73272
[PATCH] gnu: Add sbcl-utf8-input-stream.
Previous Next
Reported by: Roman Scherer <roman <at> burningswell.com>
Date: Sun, 15 Sep 2024 09:00:02 UTC
Severity: normal
Tags: patch
Done: Guillaume Le Vaillant <glv <at> posteo.net>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 73272 in the body.
You can then email your comments to 73272 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
glv <at> posteo.net, cox.katherine.e+guix <at> gmail.com, me <at> bonfacemunyoki.com, sharlatanus <at> gmail.com, jgart <at> dismail.de, guix-patches <at> gnu.org
:
bug#73272
; Package
guix-patches
.
(Sun, 15 Sep 2024 09:00:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Roman Scherer <roman <at> burningswell.com>
:
New bug report received and forwarded. Copy sent to
glv <at> posteo.net, cox.katherine.e+guix <at> gmail.com, me <at> bonfacemunyoki.com, sharlatanus <at> gmail.com, jgart <at> dismail.de, guix-patches <at> gnu.org
.
(Sun, 15 Sep 2024 09:00:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/lisp-xyz.scm (sbcl-utf8-input-stream): New variable.
Change-Id: Ifadfa8d8f2458fc1ff0f1f809682cd8805c6c077
---
gnu/packages/lisp-xyz.scm | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 2e0dea522e..06f4b313b6 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -30433,6 +30433,36 @@ (define-public cl-usocket
(define-public ecl-usocket
(sbcl-package->ecl-package sbcl-usocket))
+(define-public sbcl-utf8-input-stream
+ (let ((commit "d33b57a4d439c2f0877e5513be45eb6940d92c68")
+ (revision "0"))
+ (package
+ (name "sbcl-utf8-input-stream")
+ (version (git-version "0.0.1" "1" commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/veer66/utf8-input-stream")
+ (commit commit)))
+ (file-name (git-file-name "cl-utf8-input-stream" version))
+ (sha256
+ (base32 "06fk8fsz9nngdfjymg93h1l5m4yhfg4w8as68zlaj698xf9ry3i5"))))
+ (build-system asdf-build-system/sbcl)
+ (inputs (list sbcl-babel sbcl-trivial-gray-streams))
+ (home-page "https://github.com/veer66/utf8-input-stream")
+ (synopsis "UTF-8 string input stream over a binary stream for Common
+Lisp")
+ (description "This package provides a UTF-8 string input stream over a
+binary stream for Common Lisp.")
+ (license license:expat))))
+
+(define-public cl-utf8-input-stream
+ (sbcl-package->cl-source-package sbcl-utf8-input-stream))
+
+(define-public ecl-utf8-input-stream
+ (sbcl-package->ecl-package sbcl-utf8-input-stream))
+
(define-public sbcl-utils-kt
(let ((commit "4adfe2889036ab5ffdd3cc2182ca2cc692bf11ff"))
(package
base-commit: 66611696975409a52478b95a862a464daeaefe2a
--
2.46.0
Reply sent
to
Guillaume Le Vaillant <glv <at> posteo.net>
:
You have taken responsibility.
(Wed, 18 Sep 2024 12:44:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Roman Scherer <roman <at> burningswell.com>
:
bug acknowledged by developer.
(Wed, 18 Sep 2024 12:44:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 73272-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Patch applied as 0054e16886ed3b1358867ee4e19b665d79d67fdb.
Thanks.
[signature.asc (application/pgp-signature, inline)]
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Thu, 17 Oct 2024 11:24:14 GMT)
Full text and
rfc822 format available.
This bug report was last modified 243 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.