diff options
author | EuAndreh <eu@euandre.org> | 2021-08-20 08:38:59 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-08-20 08:38:59 -0300 |
commit | db5c88b6067859aa14ab228970c442a3aff7d10c (patch) | |
tree | 915b30b772b632adce5974cf0d32163cc3302be8 /TODOs.md | |
parent | TODOs.md: s/tar.xz/tar.gz/ (diff) | |
download | gistatic-db5c88b6067859aa14ab228970c442a3aff7d10c.tar.gz gistatic-db5c88b6067859aa14ab228970c442a3aff7d10c.tar.xz |
TODOs.md: Mark #task-d6cab5ad-0405-5190-f918-766b81daf8c0 as DONE
Diffstat (limited to '')
-rw-r--r-- | TODOs.md | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -30,7 +30,17 @@ If a tag is force-pushed, update the tarballs that are derived from it. Do the same for the translated catalogs. -## TODO Separate `gitstatic_main` out of `main` {#task-d6cab5ad-0405-5190-f918-766b81daf8c0} +## DONE Separate `gitstatic_main` out of `main` {#task-d6cab5ad-0405-5190-f918-766b81daf8c0} +- DONE in 2021-08-20 + + I chose against having an allocator parameter. + I find this choice would be more appropriate if gistatic would be running on + exquisite places, such as WASM or embedded systems. + Instead, gistatic is meant to run on any POSIX system (where libgit also + works). + + Done in + [`80c61292dca6b5965c626f7fa1b83da940d0fe91`](https://git.euandreh.xyz/gistatic/commit/?id=80c61292dca6b5965c626f7fa1b83da940d0fe91). - TODO in 2021-08-17 --- |