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

String diff/patching #6

Open
mightyiam opened this issue Oct 29, 2014 · 1 comment
Open

String diff/patching #6

mightyiam opened this issue Oct 29, 2014 · 1 comment

Comments

@mightyiam
Copy link
Contributor

@eugeneware would you be happy if I introduced a PR with string diff/patching, using probably diff?

@eugeneware
Copy link
Owner

My preference would be to use something based on operational transforms if possible. Something like https://github.com/marcelklehr/diff_match_patch that is used by https://github.com/marcelklehr/changesets.

That way we would be able to be able to resolve concurrent changes.

But in any case, it should be an option that should be passed through like { stringDiff: true } or something like that. I wouldn't want it to be the default.

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

2 participants