-
Notifications
You must be signed in to change notification settings - Fork 30
Extended Attributes on macOS #973
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
Conversation
@camisowers @alex-l-kong Do you guys have any suggestions on testing this? I'm not too sure how to go about it. |
You could try creating some dummy ._ files within a folder recursively to see if it works. I've been using @ngreenwald can you confirm which solution you feel is better? |
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 good.
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.
👍
If you haven't already, please read through our contributing guidelines before opening your PR
What is the purpose of this PR?
Closes #936. Fixes an issue with
cluster_pixels
where on macOS, the meta file (prefixed with "._") gets unlinked when the original file gets unlinked.How did you implement your changes
Added the solution described in the issue post. The test tests that the logic of that function works appropriately, but not testing it's usage in
rmtree
.Remaining issues
N/A