Skip to content
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

Delete a directory which is watched returns Event { kind: Remove(File) } #493

Closed
wiiznokes opened this issue Jun 12, 2023 · 0 comments · Fixed by #540
Closed

Delete a directory which is watched returns Event { kind: Remove(File) } #493

wiiznokes opened this issue Jun 12, 2023 · 0 comments · Fixed by #540
Labels
A-bug B-unconfirmed Needs verification (by maintainer or testing party) os-linux

Comments

@wiiznokes
Copy link

System details

  • OS/Platform name and version: Fedora 38
  • Rust version (if building from source): rustc 1.70.0 (90c541806 2023-05-31)
  • Notify version (or commit hash if building from git): 6.0.0
  • On Linux: Kernel version: 6.3.6-200.fc38.x86_64

What you did (as detailed as you can)

  1. call watcher.watch(path, non_recursive) on a directory
  2. rm -r path

What you expected

Receive Event { kind: Remove(Folder) }

What happened

Receive Event { kind: Remove(File) }

@0xpr03 0xpr03 added A-bug os-linux B-unconfirmed Needs verification (by maintainer or testing party) labels Jun 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-bug B-unconfirmed Needs verification (by maintainer or testing party) os-linux
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants