diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-05-27 12:04:53 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-05-27 12:04:53 +0200 |
| commit | 49b9c4a516f72e03d53277075f4580e2df8f0e63 (patch) | |
| tree | dea68649391d14d63a96e742b450c59681ac4305 /TODO.txt | |
| parent | fde8dfa9df8df1e3d42a9a8840836e33817cd498 (diff) | |
| download | nissy-core-49b9c4a516f72e03d53277075f4580e2df8f0e63.tar.gz nissy-core-49b9c4a516f72e03d53277075f4580e2df8f0e63.zip | |
Some type fixes and some cleanup
Diffstat (limited to 'TODO.txt')
| -rw-r--r-- | TODO.txt | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -1,6 +1,6 @@ | |||
| 1 | Correctness | 1 | Correctness |
| 2 | - Check all cases of bitwise operations for type mismatch, | 2 | - check all bitwise operations specifically |
| 3 | force cast to same type. Change to ULL where appropriate. | 3 | - consider adding more warnings (-pedantic?) or using more static analyzers |
| 4 | 4 | ||
| 5 | Solver | 5 | Solver |
| 6 | - write a solver (how many tricks? some, but not all are needed) | 6 | - write a solver (how many tricks? some, but not all are needed) |
