xref: /freebsd/contrib/one-true-awk/TODO (revision 4d846d26)
1Wed Jan 22 02:10:35 MST 2020
2============================
3
4Here are some things that it'd be nice to have volunteer
5help on.
6
71. Rework the test suite so that it's easier to maintain
8and see exactly which tests fail:
9	A. Extract beebe.tar into separate file and update scripts
10	B. Split apart multiple tests into separate tests with input
11	   and "ok" files for comparisons.
12
132. Pull in more of the tests from gawk that only test standard features.
14   The beebe.tar file appears to be from sometime in the 1990s.
15
163. Make the One True Awk valgrind clean. In particular add a
17   a test suite target that runs valgrind on all the tests and
18   reports if there are any definite losses or any invalid reads
19   or writes (similar to gawk's test of this nature).
20