summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-08-01 19:57:15 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-08-01 19:57:15 +0300
commitcc991871a9a4a429b29ef3f78fb871e36344e1af (patch)
treef9febd4fe835c2a94e831ae39334e0807d11ccaa /TODO
parentdda7c5b7372c2061b1231342f0f1fd5fa4824595 (diff)
Add TODO file
Diffstat (limited to 'TODO')
-rw-r--r--TODO25
1 files changed, 25 insertions, 0 deletions
diff --git a/TODO b/TODO
new file mode 100644
index 0000000..a8292a7
--- /dev/null
+++ b/TODO
@@ -0,0 +1,25 @@
+On the revision:
+
+- Make the .def file a prerequisite of the libs type target and only for
+ Windows.
+
+- Canonicalize the license in the package manifest.
+
+- Normalize C comments in the tests source code:
+
+ Replace
+
+ /*
+ * ...
+ */
+
+ 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.