Skip to content

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

Open
DanielCodesphere wants to merge 2 commits intoe-dant:releasefrom
codesphere-cloud:symlink-fix
Open

fix(inotify): correctly report symlinks for renames#81
DanielCodesphere wants to merge 2 commits intoe-dant:releasefrom
codesphere-cloud:symlink-fix

Conversation

@DanielCodesphere
Copy link
Copy Markdown
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