Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Wrong Patches #4

Open
nevf opened this issue Oct 12, 2019 · 0 comments
Open

Wrong Patches #4

nevf opened this issue Oct 12, 2019 · 0 comments

Comments

@nevf
Copy link

nevf commented Oct 12, 2019

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.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant