diff options
Diffstat (limited to 'TODO.txt')
| -rw-r--r-- | TODO.txt | 5 |
1 files changed, 2 insertions, 3 deletions
| @@ -1,14 +1,13 @@ | |||
| 1 | Refactoring: remove cube_fast_t and add b32 format | 1 | Refactoring: remove cube_fast_t and add b32 format |
| 2 | - see TODO comments in cube.h | 2 | - see TODO comments in cube.h |
| 3 | - switch to b32 by default (part 1) | ||
| 4 | add tests for b32 (write at some by hand) | ||
| 5 | - fix utility code in utils/*.c | 3 | - fix utility code in utils/*.c |
| 6 | replace h48_to_lst with convert.c | 4 | replace h48_to_lst with convert.c |
| 7 | fix invert.c | 5 | fix invert.c |
| 8 | fix utils/*.sh scripts to use the new convert | 6 | fix utils/*.sh scripts to use the new convert |
| 9 | convert all utils/cubes/*.txt files in b32 format | 7 | convert all utils/cubes/*.txt files in b32 format |
| 10 | - switch to b32 by default (part 2) | 8 | - switch to b32 by default |
| 11 | change all tests to use b32 | 9 | change all tests to use b32 |
| 10 | split read and write for H48 | ||
| 12 | - if all public functions work with strings, always use return value | 11 | - if all public functions work with strings, always use return value |
| 13 | as error code (solve already does this), and use string as buffer | 12 | as error code (solve already does this), and use string as buffer |
| 14 | to print error | 13 | to print error |
