File: TODO

package info (click to toggle)
elib 1.0-8
  • links: PTS
  • area: main
  • in suites: hamm, slink
  • size: 336 kB
  • ctags: 263
  • sloc: lisp: 2,378; makefile: 102; sh: 51
file content (19 lines) | stat: -rw-r--r-- 502 bytes parent folder | download | duplicates (14)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
This file lists a number of things that should be done to the library
in the future.
================================================================

* Automated tests for the following files:
   - elib-node.el
   - avltree.el
   - bintree.el
   - string.el
   - read.el
   - dll.el
   - cookie.el

* Documentation of the automated test procedure

* Priority queue

* Debug variants of the container types which check everything on
  run-time.  This would be very slow but could also be a great help.