sort todos

This commit is contained in:
Connor Olding 2022-09-24 00:49:35 -07:00
parent 14d945f1c5
commit 28fe3756d8
1 changed files with 19 additions and 19 deletions

38
TODO.md
View File

@ -2,30 +2,30 @@
remove elements from this list as you see fit.
* all: test literally anything at all on a BSD and a Darwin
* yices: test more vigorously
* is alarm working correctly?
* what about resource limits?
* kuroko: test more vigorously
* do tests pass on a Windows host?
* kuroko: use cosmopolitan readline functionality instead of built-in?
* kuroko: push portions of my patches upstream
* all: ensure /zip/.args is respected where it should be
* cosmo: allow non-default builds (`rel`, `dbg`, etc.)
* 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
* all: use code style everywhere
* meta: do build virtualization without Docker, a la Void Linux
* 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)
* meta: describe Dockerfile gotchas and whatnot
* util: include the "pretty" version of dedupe.awk instead of the golfed version
* meta: add a script to auto-update `*_COMMIT` and `*_SHA256` envs
* 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
* all: use "proper" directory structures in /opt
* for source being built
* for exposed containers
* for `install-cosmo` (kinda a subset of the previous point)
* cosmo: allow non-default builds (`rel`, `dbg`, etc.)
* kuroko: test more vigorously
* do tests pass on a Windows host?
* kuroko: use cosmopolitan readline functionality instead of built-in?
* kuroko: push portions of my patches upstream
* 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)
* util: include the "pretty" version of dedupe.awk instead of the golfed version
* util: use cache for `apk` packages
* util: create a shortcut path to `/usr/local/bin`
* meta: add a script to auto-update `*_COMMIT` and `*_SHA256` envs