Remove stale TODO section references
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
* The two confirmed list defects are fixed, so the tests that used to live in
|
||||
* tests/test_list_append_chain.c and tests/test_list_iterate_head.c are folded
|
||||
* back in here: aksl_list_append builds the whole chain rather than truncating
|
||||
* it at the midpoint (2.1.1), and aksl_list_iterate starts at the head rather
|
||||
* than at whatever node Floyd's slow pointer happened to stop on (2.1.2).
|
||||
* it at the midpoint, and aksl_list_iterate starts at the head rather than at
|
||||
* whatever node Floyd's slow pointer happened to stop on.
|
||||
*
|
||||
* The chain assertions build their lists with aksl_list_append now, which is the
|
||||
* point -- they could not, while append was the thing under suspicion.
|
||||
|
||||
Reference in New Issue
Block a user