aboutsummaryrefslogtreecommitdiff
path: root/TODOs.md
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-08-20 08:38:59 -0300
committerEuAndreh <eu@euandre.org>2021-08-20 08:38:59 -0300
commitdb5c88b6067859aa14ab228970c442a3aff7d10c (patch)
tree915b30b772b632adce5974cf0d32163cc3302be8 /TODOs.md
parentTODOs.md: s/tar.xz/tar.gz/ (diff)
downloadgistatic-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.md12
1 files changed, 11 insertions, 1 deletions
diff --git a/TODOs.md b/TODOs.md
index 563acd4..7f0cefd 100644
--- a/TODOs.md
+++ b/TODOs.md
@@ -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
---