diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-06-10 19:26:47 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-06-10 19:26:47 +0200 |
| commit | 832ad3dcf3818e57c53304ea9b09a943e785a16b (patch) | |
| tree | db78b51e3eee74d293b38337eeb1a02e33c5aed6 /TODO.txt | |
| parent | 1cecea625ed405c7203d1977e687da36d835fc9a (diff) | |
| download | nissy-core-832ad3dcf3818e57c53304ea9b09a943e785a16b.tar.gz nissy-core-832ad3dcf3818e57c53304ea9b09a943e785a16b.zip | |
Added tests for B32
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 |
