aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-02-10 22:54:57 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-02-10 22:54:57 +0000
commita400023b12be6761be6ce6b14c8da0d80e60ecee (patch)
treef309d66d506395d55429260920ae60c0e6eba76a /TODO
parentc55d3b6808ee724814e54ec00ab2faba04519855 (diff)
parenta8dca891946079f3c23c8ad53bfd144ac57625c3 (diff)
downloadone-true-awk-a400023b12be6761be6ce6b14c8da0d80e60ecee.tar.gz
Upgrade one-true-awk to e9c99065fd31253a4db4a6bce673decd143f7a3e am: 69b38a7b2d am: b449b2550c am: a8dca89194
Change-Id: I03638f7dfb56f76f3ff8ddd3e614deed18cd7daf
Diffstat (limited to 'TODO')
-rw-r--r--TODO19
1 files changed, 19 insertions, 0 deletions
diff --git a/TODO b/TODO
new file mode 100644
index 0000000..13f2925
--- /dev/null
+++ b/TODO
@@ -0,0 +1,19 @@
+Wed Jan 22 02:10:35 MST 2020
+============================
+
+Here are some things that it'd be nice to have volunteer
+help on.
+
+1. Rework the test suite so that it's easier to maintain
+and see exactly which tests fail:
+ A. Extract beebe.tar into separate file and update scripts
+ B. Split apart multiple tests into separate tests with input
+ and "ok" files for comparisons.
+
+2. Pull in more of the tests from gawk that only test standard features.
+ The beebe.tar file appears to be from sometime in the 1990s.
+
+3. Make the One True Awk valgrind clean. In particular add a
+ a test suite target that runs valgrind on all the tests and
+ reports if there are any definite losses or any invalid reads
+ or writes (similar to gawk's test of this nature).