Skip to content

fix(inotify): correctly report symlinks for renames #81

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

Open
wants to merge 2 commits into
base: release
Choose a base branch
from

Conversation

DanielCodesphere
Copy link
Contributor

For renames the path type of b has to be used because a does not exist anymore so is_symlink is always false.
I tried to minimize pathof calls by passing the path to the calc_pt function, so it should only be called once per event.

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.

1 participant