-
Notifications
You must be signed in to change notification settings - Fork 197
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 TrideNode wildcard and regexp management #1002
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks very good to me!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ABORT! This doesn't work!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
well if it doesn't work, let's block the merge
b9be971
to
80bac33
Compare
The problem was more profound than previously thought.
This PR changes |
80bac33
to
fc3e492
Compare
- add unit test and e2e test for wildcard behavior - fix the TrieNode (is_empty, insert, remove, lookup_mut) - documenting comments and variable renaming in the router module Signed-off-by: Eloi DEMOLIS <[email protected]>
fc3e492
to
e562299
Compare
Add unit test and e2e test for wildcard behavior.
Fix the TrieNode (is_empty, insert, remove, lookup_mut)
Documenting comments and variable renaming in the router module.