From df542d43c5cdc62a324a87c47630bc76a932db86 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 1 Aug 2020 18:39:10 +0300 Subject: Add TODO file --- TODO | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 TODO 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. -- cgit v1.1