recategorize a couple todos

This commit is contained in:
Connor Olding 2022-09-24 01:08:01 -07:00
parent 28fe3756d8
commit 6696121ab3
1 changed files with 3 additions and 3 deletions

View File

@ -5,6 +5,9 @@ remove elements from this list as you see fit.
* meta: do build virtualization without Docker, a la Void Linux * meta: do build virtualization without Docker, a la Void Linux
* meta: describe Dockerfile gotchas and whatnot * meta: describe Dockerfile gotchas and whatnot
* meta: add a script to auto-update `*_COMMIT` and `*_SHA256` envs * 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: test literally anything at all on a BSD and a Darwin
* all: ensure /zip/.args is respected where it should be * all: ensure /zip/.args is respected where it should be
* all: use code style everywhere * all: use code style everywhere
@ -20,9 +23,6 @@ remove elements from this list as you see fit.
* yices: test more vigorously * yices: test more vigorously
* is alarm working correctly? * is alarm working correctly?
* what about resource limits? * 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: patch busybox with Alpine patches (especially security)
* util: add note that cosmocc is separate from jart's cosmocc * util: add note that cosmocc is separate from jart's cosmocc
* util: handle `-shared` in cosmocc (i.e. warn about it) * util: handle `-shared` in cosmocc (i.e. warn about it)