[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#40647: [PATCH] shepherd: remove local call/ec definition.
From: |
Ludovic Courtès |
Subject: |
bug#40647: [PATCH] shepherd: remove local call/ec definition. |
Date: |
Thu, 16 Apr 2020 18:18:16 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) |
Hi,
guy fleury iteriteka <address@hidden> skribis:
> Tests pass with guile 2.2 and 3.0.
> I haven't test it with guile 2.0 version.
2.0 has ‘call/ec’ as well, so it should be fine.
> * modules/shepherd/args.scm(module): import (ice-9 control) module.
> * modules/shepherd/service.scm: Likewise.
> * modules/shepherd/support.scm(call/ec): remove call/ec definition and
> his exportation.
I adjusted the commit log and pushed, thanks!
Ludo’.