summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-08-01 18:56:06 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-08-01 21:56:31 +0300
commitf6ade50594d558641f92bb167694d60532aa1045 (patch)
tree593332d5fae18a921214cf7aeb327ba5eec2594f
parent2f8897f3cdc9d57ea79c1e30e9d25e7af65f661d (diff)
Add TODO file
-rw-r--r--TODO12
1 files changed, 12 insertions, 0 deletions
diff --git a/TODO b/TODO
new file mode 100644
index 0000000..384c6b8
--- /dev/null
+++ b/TODO
@@ -0,0 +1,12 @@
+On the revision:
+
+- Disable the success build emails.
+
+- Fix the switch statements in the buildfiles, replacing 'switch $cxx.class,
+ $tsys' with 'switch $cxx.class'.
+
+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.