diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2022-02-13 12:12:42 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2022-02-13 12:12:42 +0100 |
| commit | 97c9dba402d6d4097cbdc4c44c00222c53122033 (patch) | |
| tree | f604aa049737b5e486924c88f86d91106428ec24 /TODO.md | |
| parent | ac458f4de9a1d5fa203bed7b57de05ea65451788 (diff) | |
| download | nissy-97c9dba402d6d4097cbdc4c44c00222c53122033.tar.gz nissy-97c9dba402d6d4097cbdc4c44c00222c53122033.zip | |
Fixed bug in reading scrambles with unmatched parentheses
Diffstat (limited to '')
| -rw-r--r-- | TODO.md | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -4,6 +4,9 @@ This is a list of things that I would like to add or change at some point. | |||
| 4 | It's more of a personal reminder than anything else. | 4 | It's more of a personal reminder than anything else. |
| 5 | 5 | ||
| 6 | ## For version 2.1 | 6 | ## For version 2.1 |
| 7 | ### Bugs | ||
| 8 | * when reading scramble, unmatched ( does not produce any error, unmatched ) | ||
| 9 | produces TWO errors but it goes on anyway | ||
| 7 | ### Scrambles | 10 | ### Scrambles |
| 8 | * Better two-phase solver, make sure to not have cancelling moves | 11 | * Better two-phase solver, make sure to not have cancelling moves |
| 9 | (possibly use cleanup function) | 12 | (possibly use cleanup function) |
