Jef Roosens Chewing_Bever
Jef Roosens pushed to c-cron at Chewing_Bever/vieter 2023-01-14 20:49:00 +01:00
a135068b31 chore: please the formatter
2f4acf59e3 fix(cron): fix some bugs
Compare 2 commits »
Jef Roosens pushed to c-cron at Chewing_Bever/vieter 2023-01-14 19:08:47 +01:00
da5a77e489 feat(cron): proper parse error handling
Jef Roosens pushed to c-cron at Chewing_Bever/vieter 2023-01-14 18:51:52 +01:00
8c0315dea6 refactor(cron): make next function infallible
243002f282 fix(cron): ensure valid day values; some other stuff
Compare 2 commits »
Jef Roosens pushed to c-cron at Chewing_Bever/vieter 2023-01-14 16:54:22 +01:00
f63cbd77d3 refactor: make cron.expression into cron module
Jef Roosens pushed to c-cron at Chewing_Bever/vieter 2023-01-14 15:03:25 +01:00
fbc18386e2 feat(cron): some bug fixes & formatting
Jef Roosens pushed to c-cron at Chewing_Bever/vieter 2023-01-14 14:19:01 +01:00
292e43944e feat(cron): pass original expression tests
Jef Roosens pushed to master at bur/tidal-hifi-git 2023-01-14 09:15:42 +01:00
d39a044b63 Source nvm in build function
Jef Roosens pushed to master at bur/tidal-hifi-git 2023-01-14 09:02:43 +01:00
e64857e76e Merge remote-tracking branch 'upstream/master'
a30471d5d4 pkgbuild change for image location
2fed805923 4.3.1'
b83599d7d7 4.3.0
14541fb184 4.2.2
Compare 7 commits »
Jef Roosens pushed to c-cron at Chewing_Bever/vieter 2023-01-13 21:50:03 +01:00
191ea1f2fe feat(cron): first step of replacing cron with C implementation
Jef Roosens pushed to c-cron at Chewing_Bever/vieter 2023-01-13 21:00:57 +01:00
5cbe8052ff WIP replace cron with c impl
d8e3dcb34f chore: remove old cron daemon code
Compare 2 commits »
Jef Roosens pushed to c-cron at Chewing_Bever/vieter 2023-01-12 21:53:00 +01:00
fe5b9b8cfd WIP replace cron with c impl
Jef Roosens pushed to c-cron at Chewing_Bever/vieter 2023-01-12 21:31:45 +01:00
85ea7166fb feat(cron): next function in C
ee262a2fbc feat(cron): rest of parser in C
Compare 2 commits »
Jef Roosens pushed to c-cron at Chewing_Bever/vieter 2023-01-12 20:33:12 +01:00
c3f7f11686 feat(cron): mostly written C expression parser
Jef Roosens commented on issue vieter-v/vieter#191 2023-01-12 14:57:44 +01:00
Support pacolo workflow

https://github.com/nroi/flexo is another option.

Jef Roosens pushed to c-cron at Chewing_Bever/vieter 2023-01-12 14:01:29 +01:00
6d7e50bb25 wip parse range
Jef Roosens created branch c-cron in Chewing_Bever/vieter 2023-01-12 12:26:25 +01:00
Jef Roosens pushed to c-cron at Chewing_Bever/vieter 2023-01-12 12:26:25 +01:00
Jef Roosens commented on issue vieter-v/vieter#328 2023-01-12 11:22:32 +01:00
Greater insight into build queue

Cool idea:

Replace the current MinHeap with a custom red-black-tree implementation that also functions as a MinHeap by storing the pointer to the smallest element in the tree separately.

This…