Variants support #1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
It appears that interpreting one move at a time with knowledge of only the moves before/after is insufficient to interpret a dance as written on ContraDB. As a more complicated design the
feature/variants
branch instead allows interpreting a move multiple ways, passing all of the options along, expecting that some later move in the dance will not make sense under all of the variants, resolving which one was the right choice.For a simple example of a move not determined by itself, consider a swing: normally it ends facing across unless the next move is up/down the hall.
(TODO: Add a more complicated example to this issue.)