GNU bug report logs -
#65453
[PATCH] gnu: sbcl-njson: Update to 1.1.1.
Previous Next
Reported by: Artyom Bologov <mail <at> aartaka.me>
Date: Tue, 22 Aug 2023 11:55:01 UTC
Severity: normal
Tags: patch
Done: Mathieu Othacehe <othacehe <at> gnu.org>
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 65453 in the body.
You can then email your comments to 65453 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#65453
; Package
guix-patches
.
(Tue, 22 Aug 2023 11:55:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Artyom Bologov <mail <at> aartaka.me>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Tue, 22 Aug 2023 11:55:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Hello Guix,
Find the patch updating sbcl-njson to 1.1.1 attached to this message.
[0001-gnu-sbcl-njson-Update-to-1.1.1.patch (text/x-patch, inline)]
From fd6583d95f4b4d4b6238c303961c87807edb69ed Mon Sep 17 00:00:00 2001
From: Artyom Bologov <mail <at> aartaka.me>
Date: Tue, 22 Aug 2023 15:48:34 +0400
Subject: [PATCH] gnu: sbcl-njson: Update to 1.1.1.
* gnu/packages/lisp-xyz.scm (sbcl-json): Update to 1.1.1.
---
gnu/packages/lisp-xyz.scm | 20 +++++++++++---------
1 file changed, 11 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index d62122f408..4ea4de5264 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -26600,7 +26600,7 @@ (define-public ecl-nkeymaps
(define-public sbcl-njson
(package
(name "sbcl-njson")
- (version "1.1.0")
+ (version "1.1.1")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -26609,7 +26609,7 @@ (define-public sbcl-njson
(file-name (git-file-name "cl-njson" version))
(sha256
(base32
- "02m9l77am2rlkg83dyp3jvb76ifw1y84xh3wpz6cx7h2wkxkjnl5"))))
+ "0zdf6mlbpc2j95qm000ljf642af18sfz45yxh6rnxrbf8m4laxxa"))))
(build-system asdf-build-system/sbcl)
(inputs (list sbcl-cl-json sbcl-jzon))
(native-inputs (list sbcl-lisp-unit2))
@@ -26622,23 +26622,25 @@ (define-public sbcl-njson
and process JSON data, in the minimum keystrokes/minutes possible.
NJSON is parser-independent, with existing Common Lisp JSON parsers being
-loadable as additional system. @code{jzon} and @code{cl-json} backends are
-included by default, though. Conveniences that NJSON provides are:
+loadable as additional system. @code{jzon} is included by default, though.
+Conveniences that NJSON provides are:
@itemize
@item @code{encode} and @code{decode} as single entry points for JSON reading
and writing, be it from streams/string/files, or from those.
-@item @code{jget}, @code{jrem}, @code{jtruep}, and their aliases to
-access/delete the decoded objects' properties and check their truth value
-without the need to worry about the low-level details of how these values are
-decoded.
+@item @code{jget}, @code{jcopy}, @code{jkeys}, and their aliases to
+manipulate the decoded objects' properties without the need to worry
+about the low-level details of how these values are decoded.
@item @code{jif}, @code{jwhen}, @code{jor}, @code{jand}, and other macros
mimicking Lisp ones, while using truth values of JSON-decoded data.
+@item @code{jbind} and @code{jmatch} macros to destructure and
+validate parsed JSON.
+
@item @code{njson/aliases} package to nickname to @code{j} for all the
-forms conveniently accessible as @code{j:rem}, @code{j:get},
+forms conveniently accessible as @code{j:get}, @code{j:copy},
@code{j:if} etc.
@end itemize\n")
--
2.41.0
[Message part 3 (text/plain, inline)]
Thanks,
--
Artyom Bologov.
Reply sent
to
Mathieu Othacehe <othacehe <at> gnu.org>
:
You have taken responsibility.
(Thu, 05 Oct 2023 15:19:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Artyom Bologov <mail <at> aartaka.me>
:
bug acknowledged by developer.
(Thu, 05 Oct 2023 15:19:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 65453-done <at> debbugs.gnu.org (full text, mbox):
Hello,
> * gnu/packages/lisp-xyz.scm (sbcl-json): Update to 1.1.1.
We already have the 1.2.1 revision upstream, closing.
Mathieu
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Fri, 03 Nov 2023 11:24:14 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 187 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.