• Leonardo Rochael Almeida's avatar
    When building, edit changes in the right order · e1a07bc5
    Leonardo Rochael Almeida authored
    The builder was taking a carefully ordered list of movement group nodes and
    their suggested changes, and squashing the changes all together in a single
    dictionary for .edit(**kw).
    
    Now we calculate the edit_order to take the movement_group order into account.
    e1a07bc5
builder.py 34.1 KB