Jef Roosens Chewing_Bever
Jef Roosens opened issue vieter-v/vieter#129 2022-04-15 14:48:50 +02:00
Also maintain mirror of vlang/vc
Jef Roosens pushed to cron at vieter-v/vieter 2022-04-15 11:55:13 +02:00
2c62f6bda1 Added boehm garbage collector to skip-unused
Jef Roosens pushed to cron at vieter-v/vieter 2022-04-15 11:46:28 +02:00
c6813f1e0d Make skip-unused build prod; better ci information
Jef Roosens pushed to cron at vieter-v/vieter 2022-04-15 11:38:32 +02:00
10377632d5 Make vieter compiler with -skip-unused
Jef Roosens commented on issue vieter-v/vieter#15 2022-04-15 11:22:01 +02:00
Migrate to default compiler

Thank you to spytheman for making this happen!

Jef Roosens closed issue vieter-v/vieter#15 2022-04-15 11:22:01 +02:00
Migrate to default compiler
Jef Roosens deleted branch multi-arch-repos from vieter-v/vieter 2022-04-15 11:21:13 +02:00
Jef Roosens pushed to cron at vieter-v/vieter 2022-04-15 11:14:48 +02:00
92ca5b8024 Merge branch 'dev' into cron
20112b8693 Switched to official compiler instead of fork
9a56bd03a7 Prevents tests from running on dev or main
05b34d3ffd Merge pull request 'cron expression parser' (#127) from cron into dev
Compare 4 commits »
Jef Roosens pushed to dev at vieter-v/vieter 2022-04-15 10:59:34 +02:00
20112b8693 Switched to official compiler instead of fork
Jef Roosens pushed to cron at vieter-v/vieter 2022-04-14 23:18:06 +02:00
cf77037188 Some more experimental builds
Jef Roosens pushed to cron at vieter-v/vieter 2022-04-14 23:15:35 +02:00
cd8fd78616 Added experimental builds to CI
Jef Roosens pushed to cron at vieter-v/vieter 2022-04-14 21:20:25 +02:00
c8fc683384 Eh don't feel like writing scheduler rn
Jef Roosens pushed to cron at vieter-v/vieter 2022-04-14 20:38:31 +02:00
c8af362a4a Workaround for weird bug
Jef Roosens pushed to cron at vieter-v/vieter 2022-04-13 22:20:27 +02:00
78b477fb92 Removed deprecated err.msg & err.code
Jef Roosens pushed to cron at vieter-v/vieter 2022-04-13 16:12:47 +02:00
f7e1aba30b Attempt at writing renew_queue function; seems to just stop in the
Jef Roosens pushed to cron at vieter-v/vieter 2022-04-13 15:25:13 +02:00
ff57d73998 Start of daemon (not working) [CI SKIP]
132a7a8ba5 Added int support to env; fixed apparently broken defaults
Compare 2 commits »
Jef Roosens commented on issue vieter-v/vieter#116 2022-04-13 12:12:05 +02:00
Add configurable cron schedule
import time
import sync.stdatomic

fn tlog(msg string) {
    println('${time.now().format_ss_micro()} 
Jef Roosens commented on issue vieter-v/vieter#116 2022-04-13 11:58:52 +02:00
Add configurable cron schedule

Apparently there's no function for only checking whether a thread has finished; you can only wait. Perhaps we could use a shared object instead that each thread then updates whenever it's done…

Jef Roosens commented on issue vieter-v/vieter#116 2022-04-13 10:44:34 +02:00
Add configurable cron schedule

To schedule jobs & periodically update the API, I have the following algorithm in mind:

We add a configuration variable api_update_frequency or something that defines how often the API should…

Jef Roosens pushed to dev at vieter-v/vieter 2022-04-12 22:06:45 +02:00
9a56bd03a7 Prevents tests from running on dev or main