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

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

bug#46619: closed ([PATCH] Make assert-valid-graph public)


From: GNU bug Tracking System
Subject: bug#46619: closed ([PATCH] Make assert-valid-graph public)
Date: Wed, 03 Mar 2021 13:23:02 +0000

Your message dated Wed, 03 Mar 2021 14:22:32 +0100
with message-id <87sg5cs76v.fsf_-_@gnu.org>
and subject line Re: bug#46619: [PATCH] Make assert-valid-graph public
has caused the debbugs.gnu.org bug report #46619,
regarding [PATCH] Make assert-valid-graph public
to be marked as done.

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


-- 
46619: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=46619
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: Fwd: [PATCH] Make assert-valid-graph public Date: Thu, 18 Feb 2021 21:19:54 +0300
I would like to reuse assert-valid-graph function for home-shepherd-service
for `guix home` I'm currently implementing. It seems reasonable to make this
function public instead of copying or reimplementing it.

-- 
Best regards,
Andrew Tropin

Attachment: 0001-gnu-services-shepherd-Make-assert-valid-graph-public.patch
Description: Source code patch


--- End Message ---
--- Begin Message --- Subject: Re: bug#46619: [PATCH] Make assert-valid-graph public Date: Wed, 03 Mar 2021 14:22:32 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)
Hi Andrew,

Andrew Tropin <andrew@trop.in> skribis:

> From ffc244f5845996bf4b0365024ac866c86cef81df Mon Sep 17 00:00:00 2001
> From: Andrew Tropin <andrew@trop.in>
> Date: Thu, 18 Feb 2021 13:30:22 +0300
> Subject: [PATCH] gnu: services: shepherd: Make assert-valid-graph public
>
> ---
>  gnu/services/shepherd.scm | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)

I added a commit log and pushed as
63bee8f0addc95c81426199c9fbf1d0bcf7f1450.

As mentioned on IRC, note that this kind of procedure doesn’t make for a
great API, which is why it’s usually kept private.  Second, if a
procedure like this one doesn’t have any user in Guix proper, it could
well be removed or changed incompatibly, so beware.

In this case, I think it’s acceptable to make it public though.

Thanks and apologies for the delay!

Ludo’.


--- End Message ---

reply via email to

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