From 6696121ab3ee70a0f810c3c5fb2d2dc95ce39b38 Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Sat, 24 Sep 2022 01:08:01 -0700 Subject: [PATCH] recategorize a couple todos --- TODO.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/TODO.md b/TODO.md index e796faa..e2e93f2 100644 --- a/TODO.md +++ b/TODO.md @@ -5,6 +5,9 @@ remove elements from this list as you see fit. * meta: do build virtualization without Docker, a la Void Linux * meta: describe Dockerfile gotchas and whatnot * meta: add a script to auto-update `*_COMMIT` and `*_SHA256` envs +* meta: create a custom preprocessor to generate shell scripts + * takes a sane syntax and transforms it into my fucked-up code style with `&&`s +* meta: generate Dockerfiles too * all: test literally anything at all on a BSD and a Darwin * all: ensure /zip/.args is respected where it should be * all: use code style everywhere @@ -20,9 +23,6 @@ remove elements from this list as you see fit. * yices: test more vigorously * is alarm working correctly? * what about resource limits? -* util: create a custom preprocessor to generate shell scripts - * takes a sane syntax and transforms it into my fucked-up code style with `&&`s -* util: generate Dockerfiles too * util: patch busybox with Alpine patches (especially security) * util: add note that cosmocc is separate from jart's cosmocc * util: handle `-shared` in cosmocc (i.e. warn about it)