[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[shepherd] branch devel updated (c6f97c6 -> 42d8940)
From: |
Ludovic Courtès |
Subject: |
[shepherd] branch devel updated (c6f97c6 -> 42d8940) |
Date: |
Fri, 10 May 2024 19:04:30 -0400 (EDT) |
civodul pushed a change to branch devel
in repository shepherd.
from c6f97c6 service: ‘stop-service’ raises ‘&action-runtime-error’.
new bc62d5a support: Remove now-unused ‘caught-error’ procedure.
new 9247a4e herd: ‘herd graph’ uses distinctive shape for timers.
new b4ca2ab timer: Log the start time and end time of each action.
new 89cfdc2 service: Remove special SRFI-34 exception handling for Guile
2.x.
new 42d8940 shepherd: Properly report ‘&message’ exceptions from config
file.
The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
doc/shepherd.texi | 7 ---
modules/shepherd.scm | 10 ++++
modules/shepherd/scripts/herd.scm | 118 +++++++++++++++++++++++++++----------
modules/shepherd/service.scm | 5 +-
modules/shepherd/service/timer.scm | 103 ++++++++++++++++++++++----------
modules/shepherd/support.scm | 18 +-----
tests/services/timer.sh | 27 +++++++++
7 files changed, 199 insertions(+), 89 deletions(-)
- [shepherd] branch devel updated (c6f97c6 -> 42d8940),
Ludovic Courtès <=
- [shepherd] 01/05: support: Remove now-unused ‘caught-error’ procedure., Ludovic Courtès, 2024/05/10
- [shepherd] 03/05: timer: Log the start time and end time of each action., Ludovic Courtès, 2024/05/10
- [shepherd] 04/05: service: Remove special SRFI-34 exception handling for Guile 2.x., Ludovic Courtès, 2024/05/10
- [shepherd] 05/05: shepherd: Properly report ‘&message’ exceptions from config file., Ludovic Courtès, 2024/05/10
- [shepherd] 02/05: herd: ‘herd graph’ uses distinctive shape for timers., Ludovic Courtès, 2024/05/10