GNU bug report logs -
#59866
[PATCH 0/2] services: mpd: Refactor MPD service.
Previous Next
Reported by: mirai <at> makinata.eu
Date: Tue, 6 Dec 2022 23:24:01 UTC
Severity: normal
Tags: patch
Done: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Sun, 05 Feb 2023 07:11:08 +0100
with message-id <c7b9c0caf3e54cf0a9c27c2bba1e1a78e5733d2b.camel <at> gmail.com>
and subject line Re: [PATCH v6 2/3] services: mpd: Refactor MPD service.
has caused the debbugs.gnu.org bug report #59866,
regarding [PATCH 0/2] services: mpd: Refactor MPD service.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
59866: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=59866
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Modernizes and expands 'mpd-service-type'.
Performs "pretty-formatting" to the generated configuration file
at the cost of a few extra procedures.
It also deprecates some of the fields (abbreviated forms).
Bruno Victal (2):
services: mpd: use 'define-configuration'.
services: mpd: Refactor MPD service.
doc/guix.texi | 172 +++++++++++--
gnu/services/audio.scm | 549 ++++++++++++++++++++++++++++++-----------
2 files changed, 556 insertions(+), 165 deletions(-)
base-commit: b94724e8b2102be0fe9d19e9dfe44d6f7101bd4b
--
2.38.1
[Message part 3 (message/rfc822, inline)]
Am Donnerstag, dem 02.02.2023 um 22:08 +0100 schrieb Liliana Marie
Prikler:
> Not a complete review yet, just some quick pointers.
>
> Am Donnerstag, dem 02.02.2023 um 20:07 +0000 schrieb Bruno Victal:
> > Refactor mpd-service-type to support additional mpd.conf directives
> > and move activation-service-extension into service constructor.
> >
> > * gnu/services/audio.scm
> > (mpd-plugin, mpd-partition): New record.
> No need to break the line before the paren here.
>
> > (mpd-serialize-boolean, mpd-serialize-field): Integrate serializers
> > into a single procedure for alist interop.
> That's not a good docstring here. I think
> (mpd-serialize-boolean): Delete variable. Move logic into...
> (mpd-serialize-field): ... this.
> explains what's going on better.
It actually didn't, because mpd-serialize-boolean wasn't deleted, but
aliased.
> > [...]
> > #:use-module (srfi srfi-1)
> > + #:use-module (srfi srfi-8)
> > #:use-module (srfi srfi-26)
> We generally prefer SRFI 71.
I fixed up the above, plus some compiler warnings and pushed it.
Cheers
This bug report was last modified 2 years and 105 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.