summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-08-01 17:49:01 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-08-01 21:45:51 +0300
commitb99870847ed87a37beaab7f5d6f822bac837c274 (patch)
treeafda6287ec36b68a4a65ada50d951c70e65d921b /TODO
parent83ed40fda352c1be39cc6ca0b26dab7cd2f203f6 (diff)
Add TODO file
Diffstat (limited to 'TODO')
-rw-r--r--TODO20
1 files changed, 20 insertions, 0 deletions
diff --git a/TODO b/TODO
new file mode 100644
index 0000000..2674ca8
--- /dev/null
+++ b/TODO
@@ -0,0 +1,20 @@
+On the revision:
+
+- Canonicalize the license in the package manifests.
+
+- Normalize C comments in the tests source code replacing
+
+ /*
+ * ...
+ */
+
+ with
+
+ /* ...
+ */
+
+On the release:
+
+- Use legal{} target type for legal documentation (LICENSE, AUTHORS, etc).
+
+ Note that this requires bumping build2 version requirement to 0.13.0.