We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fails to parse with 3 queens. The problem string is "Qe1f2".
Here is the move: https://lichess.org/pz8W3CdJ#118
To debug:
black == "Qe1f2"
The problem seems to be at the bottom of your findAttackingQueen method. Returns error ErrAmbiguousMove (pgn: ambiguous algebraic move).
findAttackingQueen
ErrAmbiguousMove
Captures of length 5 seem to work fine:
The text was updated successfully, but these errors were encountered:
Thanks for the report!
Sorry, something went wrong.
No branches or pull requests
Fails to parse with 3 queens. The problem string is "Qe1f2".
Here is the move: https://lichess.org/pz8W3CdJ#118
To debug:
black == "Qe1f2"
The problem seems to be at the bottom of your
findAttackingQueen
method. Returns errorErrAmbiguousMove
(pgn: ambiguous algebraic move).Captures of length 5 seem to work fine:
The text was updated successfully, but these errors were encountered: