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

The paths endpoint now also includes links #88

Merged
merged 1 commit into from
Feb 13, 2024
Merged

The paths endpoint now also includes links #88

merged 1 commit into from
Feb 13, 2024

Conversation

loichuder
Copy link
Member

Fix #84

Uses the low-level visit: h5py/h5py#671 (comment)

"/tree/other_branch",
"/tree_2",
"/tree_2/branch",
Copy link
Member Author

Choose a reason for hiding this comment

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

Note that while the paths now include link paths, it does not include the paths contained in said links if they resolve to groups (in this case /tree/branch/fruit and /tree/branch/fruit_2).

I think it is fine since we don't have to deal with duplicate paths then 🤷

Copy link
Member

Choose a reason for hiding this comment

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

And this is safe with link loops

@loichuder loichuder requested a review from t20100 February 13, 2024 10:24
@loichuder loichuder merged commit fb86800 into main Feb 13, 2024
1 check passed
@loichuder loichuder deleted the link-paths branch February 13, 2024 13:49
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.

get_list_of_paths does not return paths of external links
2 participants