GNU bug report logs -
#33448
[PATCH] describe: Fix 'format' option.
Previous Next
Reported by: Oleg Pykhalov <go.wigust <at> gmail.com>
Date: Tue, 20 Nov 2018 22:27:01 UTC
Severity: normal
Tags: patch
Merged with 33453
Done: Oleg Pykhalov <go.wigust <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Oleg Pykhalov <go.wigust <at> gmail.com> skribis:
> * guix/channels.scm (channel->json): New procedure.
> * guix/scripts/describe.scm (%options): Add 'json' option.
> (display-checkout-info, display-profile-info): Use 'channel->json'.
> * doc/guix.texi (Invoking guix describe): Document this.
[...]
> +(define channel->json
> + (match-lambda
> + (($ <channel> name url branch commit location)
> + (scm->json-string
> + (list
> + (cons 'name name)
> + (cons 'url url)
> + (cons 'commit commit))))))
Since this is not a core feature of channels and add a dependency on
(json), what about moving this procedure to (guix scripts describe)?
(‘channel->sexp’ could got to (guix scripts describe) as well maybe; no
big deal.)
Otherwise LGTM!
Ludo’.
This bug report was last modified 6 years and 178 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.