After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 691050 - Knights (N) become Kings (K) in fenstrings
Knights (N) become Kings (K) in fenstrings
Status: RESOLVED FIXED
Product: gnome-chess
Classification: Applications
Component: General
git master
Other Linux
: Normal minor
: ---
Assigned To: gnome-chess-maint
gnome-chess-maint
Depends on:
Blocks:
 
 
Reported: 2013-01-03 05:24 UTC by Michael Catanzaro
Modified: 2013-04-15 04:20 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix (729 bytes, patch)
2013-01-03 05:24 UTC, Michael Catanzaro
committed Details | Review
ChessState.get_fen() replaces all knights with kings (776 bytes, patch)
2013-04-15 04:20 UTC, Jason Clinton
committed Details | Review

Description Michael Catanzaro 2013-01-03 05:24:03 UTC
Marked this as minor since (I believe) the fenstrings are never sent to an engine; I think they're only used by the test cases, and (thus far) none of those involve Knights.
Comment 1 Michael Catanzaro 2013-01-03 05:24:56 UTC
Created attachment 232608 [details] [review]
Fix
Comment 2 Jason Clinton 2013-04-15 04:16:59 UTC
Comment on attachment 232608 [details] [review]
Fix

LGTM
Comment 3 Jason Clinton 2013-04-15 04:20:23 UTC
The following fix has been pushed:
2a25e3e ChessState.get_fen() replaces all knights with kings
Comment 4 Jason Clinton 2013-04-15 04:20:28 UTC
Created attachment 241541 [details] [review]
ChessState.get_fen() replaces all knights with kings