unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Andrew Tropin <andrew@trop.in>
To: guix-devel@gnu.org
Subject: [PATCH] Make assert-valid-graph public
Date: Thu, 18 Feb 2021 13:37:22 +0300	[thread overview]
Message-ID: <87a6s14q71.fsf@trop.in> (raw)

[-- 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


             reply	other threads:[~2021-02-18 10:54 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-18 10:37 Andrew Tropin [this message]
2021-02-18 18:22 ` [PATCH] Make assert-valid-graph public Andrew Tropin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87a6s14q71.fsf@trop.in \
    --to=andrew@trop.in \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).