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

DerivationID merging #21

Open
LucPrestin opened this issue Jan 25, 2022 · 0 comments
Open

DerivationID merging #21

LucPrestin opened this issue Jan 25, 2022 · 0 comments
Labels
feature New feature or request

Comments

@LucPrestin
Copy link

As a user, I'd like the derivation IDs to be merged meaningful instead of just concatenating them so that they can be properly used for future merges.


Hints & Thoughts

  1. Find parent
  2. Copy everything until (including) parent to result
  3. Copy derivation IDs of one child from the parent on to the result
  4. Copy derivation IDs of the other child from the parent on to the result

Example:
[a, b, c, d, e] + [a, b, c, f, g, h] = [a, b, c, d, e, f, g, h]

@LucPrestin LucPrestin added the feature New feature or request label Jan 25, 2022
@T4rikA T4rikA self-assigned this Jan 25, 2022
@T4rikA T4rikA removed their assignment Mar 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants