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

DataNodeRef with single lifetime #20

Merged
merged 1 commit into from
Oct 20, 2024

Conversation

choppsv1
Copy link
Contributor

Needed to fix way DataTree::merge worked so that the tree did not inherit the lifetime of the context reference from the source tree the changes are being merged from.

The removal of the second lifetime generic from DataNodeRef was done by Renato Westphal [email protected], thanks!

Needed to fix the way DataTree::merge worked so that the tree did not
inherit the lifetime of the context reference from the source tree the
changes are being merged from.

The removal of the second lifetime generic from DataNodeRef was done by
Renato Westphal <[email protected]>, thanks!

Signed-off-by: Christian Hopps <[email protected]>
Copy link
Member

@rwestphal rwestphal left a comment

Choose a reason for hiding this comment

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

Thanks Chris, much appreciated! Merging...

@rwestphal rwestphal merged commit ed888f2 into holo-routing:master Oct 20, 2024
3 checks passed
@choppsv1 choppsv1 deleted the datanoderef-lifetime branch October 21, 2024 07:43
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.

2 participants