You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using both shakmaty and pgn reader within the same program, official example for determining final position does not compile ( compiler hints at different versions of shakmaty ).
In particular san could not be converted to move. The solution was to first convert san to string, then parse this string with new version of shakmaty and convert it to move.
I am not very happy with the current state of this library (#12 / #17), but no reason not to publish a release with updated versions. Should be compatible with the latest shakmaty now.
When using both shakmaty and pgn reader within the same program, official example for determining final position does not compile ( compiler hints at different versions of shakmaty ).
In particular san could not be converted to move. The solution was to first convert san to string, then parse this string with new version of shakmaty and convert it to move.
The text was updated successfully, but these errors were encountered: