diff options
author | Mathieu Lirzin <mthl@gnu.org> | 2018-03-26 16:56:40 +0200 |
---|---|---|
committer | Mathieu Lirzin <mthl@gnu.org> | 2018-03-26 17:51:11 +0200 |
commit | f71b0b8310e6b297866147a11e3fd0dd5db13beb (patch) | |
tree | 3d408a2bb28eeab7b598fa0ad7dde822fae0e974 /NEWS | |
parent | fad58ca8c221def75093463e917f66fc006f3df5 (diff) | |
download | mcron-f71b0b8310e6b297866147a11e3fd0dd5db13beb.tar.gz mcron-f71b0b8310e6b297866147a11e3fd0dd5db13beb.tar.bz2 mcron-f71b0b8310e6b297866147a11e3fd0dd5db13beb.zip |
job-specifier: Adapt 'bump-time' to 'next-...-from' procedures
This is a follow-up to commit 913e3c65e4f56476e8ac69f4892cf92c125751ec.
Since 'next-...-from' procedures now uses an '#:optional' argument
instead of a dotted optional arguments list, 'bump-time' doesn't need to
unwrap VALUE-LIST anymore.
* src/mcron/job-specifier.scm (bump-time): Pass VALUE-LIST directly to
'%find-best-next'.
* tests/job-specifier.scm ("next-hour-from"): New test.
* NEWS: Update.
Reported-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -10,6 +10,12 @@ GNU Mcron NEWS -*- outline -*- The programs now sets the GUILE_LOAD_PATH and GUILE_LOAD_COMPILED_PATH environment variables with the location of the installed Guile modules. + 'next-year-from', 'next-year', 'next-month-from', 'next-month', + 'next-day-from', 'next-day', 'next-hour-from', 'next-hour', + 'next-minute-from', 'next-minute', 'next-second-from', and 'next-second' no + longer crashes when passing an optional arguments. + [bug introduced in mcron-1.1] + ** Improvements Some basic tests for the installed programs can be run after 'make install' |