interactive solver panics when undoing on a new game #15

Open
opened 2024-08-01 15:49:58 +02:00 by cscherrNT · 0 comments
Collaborator
· new
· show
turn:           0
solution:       None
guesses:
· undo
error: the following required arguments were not provided:
  <N>

Usage: undo <N>

For more information, try '--help'.

· undo 1
thread 'main' panicked at /home/cscherr/Documents/code/rust/wordle-analyzer/src/game/mod.rs:139:20:
attempt to subtract with overflow
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
``` · new · show turn: 0 solution: None guesses: · undo error: the following required arguments were not provided: <N> Usage: undo <N> For more information, try '--help'. · undo 1 thread 'main' panicked at /home/cscherr/Documents/code/rust/wordle-analyzer/src/game/mod.rs:139:20: attempt to subtract with overflow note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace ```
cscherrNT added the
Kind/Bug
Priority
Medium
Reviewed
Confirmed
labels 2024-08-01 15:49:58 +02:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: PlexSheep/wordle-analyzer#15
No description provided.