summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-08-01 20:38:50 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-08-01 21:31:46 +0300
commitc73d294857fa5dd52794b037343e12222181f0a0 (patch)
treefddc82b71917717d62c762d96e5718e0ef7ddb54
parent93695f6d3af784dfaffee60d3ab52efc234ea839 (diff)
Add TODO file
-rw-r--r--TODO27
1 files changed, 27 insertions, 0 deletions
diff --git a/TODO b/TODO
new file mode 100644
index 0000000..25118d7
--- /dev/null
+++ b/TODO
@@ -0,0 +1,27 @@
+On the revision:
+
+- Make the .map and .def files prerequisites of the libs type target and only
+ on the respective OSes. Also try to generate them on the fly.
+
+- Canonicalize the license in the package manifest.
+
+- Disable success build emails.
+
+- Normalize C comments in the tests source code replacing:
+
+ /*
+ * ...
+ */
+
+ with
+
+ /* ...
+ */
+
+- Fix typo in the buildfiles: 'PostgreSQL Licene' -> 'PostgreSQL License'.
+
+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.