The behavior of the 'min' procedure which converts its parameters to
inexact numbers when at least one of them is inexact was causing
'%find-best-next' to always return real numbers.
* src/mcron/job-specifier.scm (%find-best-next): Preserve the exactness
of numbers in NEXT-LIST.
* tests/job-specifier.scm ("%find-best-next: exact"): New test.
Reported-by: Ludovic Courtès <ludo@gnu.org>
		
	
					 | 
			||
|---|---|---|
| .. | ||
| base.scm | ||
| basic.sh | ||
| environment.scm | ||
| init.sh | ||
| job-specifier.scm | ||
| schedule.sh | ||
| utils.scm | ||