These are some small fixes I've found while writing tests. Most are fixes for typos or copy-n-paste errors, or removing unused code.
Two of the larger changes are to default to no tracing or debug output to the console by default, and the partial implementation of append() which was necessary to get the tests useful.
These are some small fixes I've found while writing tests. Most are fixes for typos or copy-n-paste errors, or removing unused code.
Two of the larger changes are to default to no tracing or debug output to the console by default, and the partial implementation of
append()
which was necessary to get the tests useful.