diff options
-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 --- |