GNU bug report logs - #33265
[WIP RFC] services: Add file system monitor service.

Previous Next

Package: guix-patches;

Reported by: Danny Milosavljevic <dannym <at> scratchpost.org>

Date: Mon, 5 Nov 2018 03:19:02 UTC

Severity: normal

Full log


Message #32 received at 33265 <at> debbugs.gnu.org (full text, mbox):

From: Danny Milosavljevic <dannym <at> scratchpost.org>
To: Clément Lassieur <clement <at> lassieur.org>
Cc: 33265 <at> debbugs.gnu.org
Subject: Re: [bug#33265] [WIP RFC] services: Add file system monitor service.
Date: Sun, 11 Nov 2018 01:15:59 +0100
[Message part 1 (text/plain, inline)]
Hi Clément,

On Mon, 05 Nov 2018 10:36:00 +0100
Clément Lassieur <clement <at> lassieur.org> wrote:

> Danny Milosavljevic <dannym <at> scratchpost.org> writes:
> 
> > +          (test-assert "file system monitor running"
> > +            (marionette-eval
> > +             '(begin
> > +                (use-modules (gnu services herd))
> > +                (match (start-service 'monitor-file-system)
> > +                  (#f #f)
> > +                  (('service response-parts ...)
> > +                   (match (assq-ref response-parts 'running)
> > +                     ((pid) (number? pid))))))
> > +             marionette))  
> 
> How is that better than:

It's not!  Replaced.  Thanks.
[Message part 2 (application/pgp-signature, inline)]

This bug report was last modified 6 years and 216 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.