emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#67649: closed (shepherd: (shepherd support) is visible for start GEX


From: GNU bug Tracking System
Subject: bug#67649: closed (shepherd: (shepherd support) is visible for start GEXP)
Date: Sun, 31 Mar 2024 14:21:02 +0000

Your message dated Sun, 31 Mar 2024 16:20:31 +0200
with message-id <87ttkmeb4g.fsf@gnu.org>
and subject line Re: bug#67649: shepherd: (shepherd support) is visible for 
start GEXP
has caused the debbugs.gnu.org bug report #67649,
regarding shepherd: (shepherd support) is visible for start GEXP
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
67649: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=67649
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: shepherd: (shepherd support) is visible for start GEXP Date: Tue, 05 Dec 2023 20:10:19 +0000
the facts:
----------

start GEXP's of services are loaded into unnamed modules. the definitions from 
(shepherd support) are visible in these unnamed modules. see the attached 
rerpoducer.

it can be run with:

$(guix system --no-graphic vm reproducer.scm)

and in the VM (must use fold, because it's a dumb terminal):

cat /var/log/messages | fold -150

and observe that (shepherd support) is listed.


questions:
----------

is this indended? i.e. part of the shepherd API?

if not, then this is probably a bug. looking at the public definitions in 
(shepherd support), it's not obvious that those are meant to be available for 
the users of shepherd. either way, this should probably be documented with at 
least a comment at the top of the file.

if this is intended, then where is this module imported? i looked all around, 
and i can't seem to find what mechanism imports this support module into the 
unnamed module that are used for the GEXPs.


my ultimate issue:
------------------

my service code has conflicting definitions with (shepherd support), and i need 
to know the intent in the shepherd API to decide on the proper fix.

-- 
• attila lendvai
• PGP: 963F 5D5F 45C7 DFCD 0A39
--
“Tact is a skill that can turn brutal honesty into just honesty. It's a skill 
that develops with practice, and one that's harder to use when emotions are 
running high. But you can't go towards someone with a verbal fist and expect a 
hug in return. When method matches intention, outcomes are much more peaceful.”
        — Doe Zantamata

Attachment: reproducer.scm
Description: Text Data


--- End Message ---
--- Begin Message --- Subject: Re: bug#67649: shepherd: (shepherd support) is visible for start GEXP Date: Sun, 31 Mar 2024 16:20:31 +0200 User-agent: Gnus/5.13 (Gnus v5.13)
Hi,

Ludovic Courtès <ludo@gnu.org> skribis:

> This is a Guix bug we can fix by loading each service file in a fresh
> module:

[...]

> I’ll push the patch soonish.

Pushed as 6f9d844d2ece7b369d17bbe678978462425f869c last week.

Thanks!

Ludo’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]