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

Merge arbitrary types #25

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

daladim
Copy link
Contributor

@daladim daladim commented Jul 26, 2023

Closes #23

Depends on #22

src/lib.rs Outdated
//! `patch`.
//! manipulate differences between files or arbitrary data inspired by
//! [LibXDiff] and [GNU Diffutils]. Version control systems like [Git] and
//! [Mercurial] generallycommunicate differences between two versions of a

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lacking space between words

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed. I've also rebased so that this branch no longer conflicts with master

daladim and others added 6 commits July 8, 2024 23:20
This will be useful to disambiguiate when adding support for 3-way merging of arbitrary types
Because MergeRange<T> are actually always MergeRange<[u64]>
This makes this crate useful to apply 3-way merges on arbitrary data
@daladim daladim force-pushed the merge_arbitrary_types branch from 3bce77b to a9cee93 Compare July 8, 2024 22:20
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

Successfully merging this pull request may close these issues.

Support 3-way merging arbitrary data
2 participants