-
Notifications
You must be signed in to change notification settings - Fork 27
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 Files::clean
and Directory::clean
return to early if failing to find a tag
#17
Conversation
Hi @melloc01, hanks for pointing this out. Your fix make sense. Do you see that specific issue when running |
Sure @frqnck, will do! = ] |
Hi @melloc01, hope you are well. What is the status with your PR? Are you able to provide a test demonstrating the issue fixed by your PR? |
Hi @frqnck, I am, thanks, hope you are too : ] A big project started on the company, sorry about delaying it so much, will take a look at it on this weekend |
PR #24 implements tests to support this PR. Closing this one down. |
Files::clean
and Directory::clean
return to early if failing to find a tag
…to find a tag -- with supporting tests (#24) * Directory adapter to continue instead of returning when fails to find keys inside a tag * Directory & File adapters to try clean all tags instead of returning on the first empty tag * File Adapter@clean | fixing return value * Adds a regression tests for pull request GH#17 (#17)
Directory adapter to continue trying to clean all tags instead of returning on the first miss