Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2018-01-15 23:19:22 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2018-01-15 23:19:22 +0300
commite3a5fbbfb5548ad32c6e720b1bc9b7db39c0098e (patch)
treedfcdecf4b893c101e7b1f923bb49d411f03c9e19 /Readme.md
parentb43b13e2c1168154c5bc173695227b7702800e91 (diff)
upd
Diffstat (limited to 'Readme.md')
-rw-r--r--Readme.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/Readme.md b/Readme.md
index 8a4a52d1..3d6bcf7b 100644
--- a/Readme.md
+++ b/Readme.md
@@ -10,6 +10,7 @@ Tarballs of source and prebuilt binaries for Linux x64 and Windows x64:
### Immediate todos in order of priority:
- [x] Implement new custom C++ exception synthesis support from Outcome.
+- [ ] Finish trivial vector, which is unfinished and currently segfaults.
- [ ] Run clang-tidy fix pass, it's got a bit untidy recently.
- [ ] `atomic_append` isn't actually being tested in shared_fs_mutex
- [ ] Implement a non-toy ACID key-value BLOB store and send it to Boost for peer review.