summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-08-01 18:39:10 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-08-01 21:51:26 +0300
commitdf542d43c5cdc62a324a87c47630bc76a932db86 (patch)
tree790685f13eff726c8b18da920fe3ea35f22691fd
parent9a8b75d567a4ed64f284195f1e14bd42cd818e99 (diff)
Add TODO file
-rw-r--r--TODO20
1 files changed, 20 insertions, 0 deletions
diff --git a/TODO b/TODO
new file mode 100644
index 0000000..cb9f8d5
--- /dev/null
+++ b/TODO
@@ -0,0 +1,20 @@
+On the revision:
+
+- Load the c.config module rather than c in curl/tests/build/root.build.
+
+- Make the .vers and .expsym files prerequisites of the libs type target.
+
+- Canonicalize the license in the package manifests.
+
+- Fix the switch statements in the buildfiles, replacing 'switch $c.class,
+ $tsys' with 'switch $c.class'.
+
+- Replace the C++ comments with C comments in tests.
+
+- Disable the success build emails.
+
+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.