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

feat: allow using the UUID to search for nodes #184

Merged
merged 1 commit into from
Nov 4, 2023
Merged

Conversation

louib
Copy link
Collaborator

@louib louib commented Oct 29, 2023

This commit adds a few internal abstractions to make it easier to work with complex node paths. Using the UUID instead of the title or name is sometimes desirable because nothing guarantees that the entry titles or group names are unique. I also added a few get and get_mut tests to make sure there was no regression. The new types and functions are not public since I don't think they are stable just yet.

This is a prerequisite to #155

@louib louib force-pushed the get_with_uuid branch 2 times, most recently from 96afaae to b6e0b4b Compare October 29, 2023 02:11
@louib louib marked this pull request as ready for review October 29, 2023 02:16
@louib
Copy link
Collaborator Author

louib commented Nov 4, 2023

@sseemayer @varjolintu I gave this one another shot and managed to have a static interface for both functions. Please have another look 👀

@louib louib merged commit ba36c46 into master Nov 4, 2023
7 checks passed
@louib louib deleted the get_with_uuid branch November 4, 2023 18:11
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.

3 participants