Skip to content

Wrong Patches #4

Description

@nevf

For an object like:

{ state:  { expanded: false, 
            checked: false 
          },
 children: [ ... ]
}

if I set expanded = true the patch output is:

{ state:  { expanded: true, 
            checked: false 
          },
 children: [ ... ]
}

ie. Neither checked nor children have changed but are included in the patch for do and undo.

If I do the same with odiff I see only expanded has changed.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions