-
-
Notifications
You must be signed in to change notification settings - Fork 739
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 problems due to multiple matches in filename filters #1083
Conversation
- Search for name in filename instead of entire path when possible - Warn the user when there are multiple matches
- Search for `libc` in filename instead of entire path - If multiple matches, bf in every match instead of only the first one
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.
A few minor things to change.
It would be nice to add a test to process_lookup_path
to make sure it's behaving the expected way and check for no-regression.
Other than that, it should be good
Resolves: - hugsy#1083 (comment) - hugsy#1083 (comment) - hugsy#1083 (comment) Todo: - hugsy#1083 (comment) is still in discussion
I will try to do this test during the week :) |
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.
some last touches
Expected behavior
main_arena
even if there is "libc" in the path of files that aren't libc.$_base("xxx")
$_base("xxx")
Current behavior