summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2025-02-03 21:17:35 -0700
committerLuke T. Shumaker <lukeshu@lukeshu.com>2025-02-03 21:17:35 -0700
commit1529d75b21b3e719e15988fb16abc2e02d5ddcb3 (patch)
tree739399d3cd759e6a69231f02f242f88bf04efc15
parent265e2b6dc3496fa701df5085d5572efc6c90937d (diff)
lib9p: idl: Add a TODO list
-rw-r--r--lib9p/idl/0000-TODO.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib9p/idl/0000-TODO.md b/lib9p/idl/0000-TODO.md
new file mode 100644
index 0000000..1cb02db
--- /dev/null
+++ b/lib9p/idl/0000-TODO.md
@@ -0,0 +1,5 @@
+- Decide how to handle duplicate type names from different versions
+- Decide how to handle duplicate `enum lib9p_msg_type` names and
+ values
+- Clean up the iterate-over-all-msgids-in-a-version code
+- Allow for const `.cnt` instead of only having previous-member `.cnt`