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

Delete board positions that contain no move without discarding future board positions #383

Open
herzbube opened this issue Sep 10, 2022 · 0 comments

Comments

@herzbube
Copy link
Owner

Currently the user cannot delete a board position that contains no move without also having to discard all future board positions. This restriction should be removed, because most board positions that contain no move do not have state, so deleting them does not affect future board positions.

The only known exception to this at the moment is board positions that contain the SGF property DD. When implementing this feature all SGF properties should be reviewed in regard to their stateful-ness.

In case variations are already implemented, also consider that deleting a board position that is at a variation branching point probably needs special handling.

@herzbube herzbube added this to the Soon milestone Sep 10, 2022
@herzbube herzbube self-assigned this Sep 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant