aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2020-11-08 07:45:20 -0500
committerJack Lloyd <[email protected]>2020-11-08 07:57:22 -0500
commit0d1a38ef7b30f6ab5cbf1595f61bdfbd2db1e8fa (patch)
tree17ec0d9cf419b19442dbb1f11c46c9560fed80b8
parentd1773955e481f7c2fe1baeca580ff4cb5a8b8c58 (diff)
Update some todos
-rw-r--r--doc/dev_ref/todo.rst14
1 files changed, 2 insertions, 12 deletions
diff --git a/doc/dev_ref/todo.rst b/doc/dev_ref/todo.rst
index 891475caa..374474847 100644
--- a/doc/dev_ref/todo.rst
+++ b/doc/dev_ref/todo.rst
@@ -124,7 +124,6 @@ New Protocols / Formats
Cleanups
-----------
-* Split test_ffi.cpp into multiple files
* Unicode path support on Windows (GH #1615)
* The X.509 path validation tests have much duplicated logic
@@ -147,20 +146,10 @@ New C APIs
* DL_Group
* EC_Group
-Python
-----------------
-
-* Anywhere Pylint warnings too-many-locals, too-many-branches, or
- too-many-statements are skipped, fix the code so Pylint no longer warns.
-
-* Write a CLI or HTTPS client in Python
-
Build/Test
----------------------------------------
-* Start using GitHub Actions for CI, especially Windows builds
-* Create Docker image for Travis that runs 18.04 and has all
- the tools we need pre-installed.
+* Explore using GitHub Actions for Windows builds
* Code signing for Windows installers
* Test runner python script that captures backtraces and other
debug info during CI
@@ -190,6 +179,7 @@ CLI
* Implementation of `tlsdate`
* Password store utility
* TOTP calculator
+* Clone of magic wormhole
Documentation
----------------------------------------