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

Can you join the features that merge two trees into one? please #74

Open
j1nse opened this issue Jan 31, 2019 · 2 comments
Open

Can you join the features that merge two trees into one? please #74

j1nse opened this issue Jan 31, 2019 · 2 comments

Comments

@j1nse
Copy link

j1nse commented Jan 31, 2019

two similar tree merge into one
like this:
Node('/a')
└── Node('/a/b')
and
Node('/a')
└── Node('/a/c')
then:
Node('/a')
|── Node('/a/c')
└── Node('/a/b')

@Wenzil
Copy link

Wenzil commented Aug 12, 2021

With option to specify a conflict resolving function, would be great.

@kayjan
Copy link

kayjan commented Nov 12, 2022

Hi, this is implemented over here.

https://bigtree.readthedocs.io/en/latest/others/tips.html#merging-trees

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

3 participants