Skip to content
New issue

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

Fix: suggestion appears on a existing stone after Ctrl-C #288

Merged
merged 1 commit into from
Jun 11, 2018

Conversation

kaorahi
Copy link
Contributor

@kaorahi kaorahi commented Jun 5, 2018

  1. Start lizzie
  2. Hit "c" key (coordinates on)
  3. Click D17 (black)
  4. Hit UP ARROW key (undo)
  5. Hit Ctrl-C (save to clipboard)

Then suggestion appears on the existing stone at D17. This happens
because saveToStream in SGFParser.java moves head of history as a side
effect without telling it to leelaz.

Though this is not a serious issue by itself, it is problematic for
developing an autosave feature (#140, #263).

@featurecat featurecat merged commit 29334dd into featurecat:next Jun 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants