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

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.

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

No branches or pull requests

1 participant