summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-08-01 21:13:42 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-08-01 21:48:41 +0300
commitbc421281715a472a4e03001c6bce0cbf476b65c4 (patch)
tree2a946f1b5c71c71437a3fe081eb6a0dfddbc462e
parent6d6c1660c98633c8a891ec09ec1daa8b7aa6b3c1 (diff)
Add TODO file
-rw-r--r--TODO19
1 files changed, 19 insertions, 0 deletions
diff --git a/TODO b/TODO
new file mode 100644
index 0000000..6ca67fb
--- /dev/null
+++ b/TODO
@@ -0,0 +1,19 @@
+On the revision:
+
+- Make the .map and .def files prerequisites of the libs type target and only
+ on the respective OSes.
+
+- Fix the switch statements in the buildfiles, replacing 'switch $c.class,
+ $tsys' with 'switch $c.class'.
+
+- Canonicalize the license in the package manifest.
+
+- Disable the success build emails.
+
+- Make libz/LICENSE a symlink to the file in the project root directory.
+
+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.