unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH] Make assert-valid-graph public
@ 2021-02-18 10:37 Andrew Tropin
  2021-02-18 18:22 ` Andrew Tropin
  0 siblings, 1 reply; 2+ messages in thread
From: Andrew Tropin @ 2021-02-18 10:37 UTC (permalink / raw)
  To: guix-devel

[-- Attachment #1: Type: text/plain, Size: 197 bytes --]

I would like to reuse this 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.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: assert-valid-graph visibility patch --]
[-- Type: text/x-patch, Size: 731 bytes --]

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(-)

diff --git a/gnu/services/shepherd.scm b/gnu/services/shepherd.scm
index e2ec59f5aa..38b35b6154 100644
--- a/gnu/services/shepherd.scm
+++ b/gnu/services/shepherd.scm
@@ -73,7 +73,9 @@
             shepherd-service-back-edges
             shepherd-service-upgrade
 
-            user-processes-service-type))
+            user-processes-service-type
+
+            assert-valid-graph))
 
 ;;; Commentary:
 ;;;
-- 
2.30.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Make assert-valid-graph public
  2021-02-18 10:37 [PATCH] Make assert-valid-graph public Andrew Tropin
@ 2021-02-18 18:22 ` Andrew Tropin
  0 siblings, 0 replies; 2+ messages in thread
From: Andrew Tropin @ 2021-02-18 18:22 UTC (permalink / raw)
  To: guix-devel

Sent to the this mailing list by mistake, please ignore it. Forwarded
to guix-patches.

On Thu, Feb 18, 2021 at 1:37 PM Andrew Tropin <andrew@trop.in> wrote:
>
> I would like to reuse this 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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-02-18 18:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-18 10:37 [PATCH] Make assert-valid-graph public Andrew Tropin
2021-02-18 18:22 ` Andrew Tropin

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).