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

fix(OrderedListWalker): Support empty tries #491

Closed
wants to merge 3 commits into from

Conversation

hashcashier
Copy link
Contributor

OrderedListWalker::fetch_leaves returns an error when traversing an empty trie, since the root node is of type TrieNode::Empty.

Copy link

codecov bot commented Sep 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.3%. Comparing base (b1ebc3c) to head (bdda1d6).

Additional details and impacted files

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@clabby
Copy link
Collaborator

clabby commented Sep 5, 2024

Thanks! It looks like our CI is currently rejecting external contributions due to the PAT_TOKEN - re-opened in #493 and fixed CI in #494 for the future.

@clabby clabby closed this Sep 5, 2024
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