Release 0.3.0-alpha.1 #164

Merged
Jef Roosens merged 78 commits from release-0.3.0-alpha.1 into main 2022-05-06 20:12:52 +02:00
Showing only changes of commit bd0c276fd8 - Show all commits

View file

@ -14,8 +14,5 @@ fn (r1 ScheduledBuild) < (r2 ScheduledBuild) bool {
// cron starts a cron daemon & starts periodically scheduling builds.
pub fn cron(conf Config) ? {
ce := parse_expression('0 3') ?
t := time.parse('2002-01-01 00:00:00') ?
t2 := ce.next(t) ?
println(t2)
println('WIP')
}